A HUD script written in Python to display weather, news, datetime etc...
I am running this on a Raspberry Pi Zero W running Raspberry Pi OS Lite (buster). The display is a Waveshare 2.13in ePaper HAT attached via the GPIO pins to the Pi.
Docs on getting started with the display. Once the provided example.py
script was working correctly, I used it as a guide for my project.
Other Python dependencies:
- Pillow
- newsapi-python
- pyowm
- dotenv
python3 main.py