MOVED TO GITLAB (https://gitlab.com/seepiol/covidtracker)
Simple COVID-19 tracker written in python3.
The italian data are fetched from the Italian Civil Protection (Presidenza del Consiglio dei Ministri - Dipartimento della Protezione Civile) github repository and there are more accurate information like the collocation of the infected etc.
For more information about the COVID-19, SARS-CoV-2 and 2019-2020 Coronavirus Outbreak:
- WHO
- CDC
- ECDC
- CCDC
- CDC Communication Resources
- COVID-19 Global Cases by Johns Hopkins CSSE
- [IT] Italian minister of health
if you have a debian-based distro
sudo apt install git
if you have an arch-based distro
sudo pamac install git
if you have windows, click the "Download zip button"
Extract the files from master.zip and open your terminal (or the command prompt) into the "master" folder. Verify to be in the right directory, and type
pip install -r requirements.txt
This will install all the python modules that the program need
In the same folder, type
python3 main.py
the italian data will be displayed
Thanks to Dipartimento della Protezione Civile for the data publication