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.py
in the same root directory
touch key.py
- Go get your free API key on OpenWeather
- Copy this
key.py
template file and replaceopenweather api key
accordingly
OPENWEATHER_API_KEY = 'openweather api key'
python weather.py