Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.16 KB

Avira-Hub

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"

  1. go to your linux terminal and paste
  2. hit enter and if asked for input during this process then type y and enter
  3. you are finally done. YAYY

To install pyowm:"sudo pip install pyowm"

  1. go to your linux terminal and paste
  2. hit enter and if asked for input during this process then type y and enter
  3. 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.