/WeatherApp

A weather app built using Python and Kivy

Primary LanguagePython

WeatherApp

A weather app built using Python and Kivy to be displayed on a 5inch Raspberry Pi Display.

Screenshot 2022-01-07 at 7 28 47 pm

Running

Install Dependencies

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.

Secrets

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.

Now, run it

python main.py

Things to add

  • 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