python code written for the raspberry pi to display weather alerts and alarms, daily notifications, future test dates and assignment due dates.
This project is currently a work in progress and is being updated constantly so check back often
requirements to run this code are
espeak and pyowm
============================================
Dependency Installations:
============================================
To install espeak: "sudo apt-get install espeak"
- go to your linux terminal and paste
- hit enter and if asked for input during this process then type y and enter
- you are finally done. YAYY
To install pyowm:"sudo pip install pyowm"
- go to your linux terminal and paste
- hit enter and if asked for input during this process then type y and enter
- you are finally done. YAYY
============================================
First Run:
============================================
On first run please be sure to run dataConstructor.py and fill in your alarms, notifications, and ect...
After That go ahead and run pyClock.py and enjoy.