Skip to content

probayraka/corona-display

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corona-display

To keep a eye on the current Corona-Virus numbers I created this Programm wich displays the current stats to the Display.

Datasource

For data I use this Website.

To extract the data I use BeautifulSoup.

Make it work

To print the numbers to the Terminal simply run the fetch.py file.

To use it with an i2c Display you need to edit the /module/config.py file.

Every line you ned to change is explained.

Wiring

Setup

Material

You need the Folowing Material

Moast of the things you allso can get on AliExpress

Install

Fetch current version of GitHub.

cd ~
git clone https://github.com/julianbruegger/corona-display.git

cd ~/corona-display

To setup the Display run:

sudo chmod +x install.sh
sudo ./install.sh

This Installs all the dependencies.

To run the Programm run:

Big Display

python3 display_20x4.py

Small Display

python3 display_16x2.py 

Old Version's

The first version of this with an other datasource is linked V1

Second version with Beautiful-Soup V2

About

Keep Track of the Corona-Numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Shell 0.9%