A weather app built using Python and Kivy to be displayed on a 5inch Raspberry Pi Display.
This is a Python Project, so make sure you have that installed.
Follow the instructions on Kivy here to install Kivy Version 2.0.0.
You will also need KivyMD, docks for installing that are here.
You'll need to create an account on Open Weather Map and generate an API key to be replaced in the request on line 22 of weather.py.
python main.py
- Sunset time
- Feels like time
- Rain volume (only when raining)
- Decipher between light and heavy rain
- Humidity
Next Level:
- Multiscreens
- Weekly weather view
- Calendar overview