This is a minimalistic weather forecasting mobile application.
- Python 3.10.12
- Kivy 2.3.0
- requests 2.31.0 (library to be installed in python)
- Create a file called
key.pyin the same root directory
touch key.py- Go get your free API key on OpenWeather
- Copy this
key.pytemplate file and replaceopenweather api keyaccordingly
OPENWEATHER_API_KEY = 'openweather api key'python weather.py