Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

seepiol/COVIDTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COVID TRACKER

MOVED TO GITLAB (https://gitlab.com/seepiol/covidtracker)

Simple COVID-19 tracker written in python3.

COVIDTracker

Data Sources

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.

About COVID-19

For more information about the COVID-19, SARS-CoV-2 and 2019-2020 Coronavirus Outbreak:

  1. WHO
  2. CDC
  3. ECDC
  4. CCDC
  5. CDC Communication Resources
  6. COVID-19 Global Cases by Johns Hopkins CSSE
  7. [IT] Italian minister of health

How To Install

Install GIT

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"

Install Dependencies

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

Run The Program

In the same folder, type

python3 main.py

the italian data will be displayed

Thanks to Dipartimento della Protezione Civile for the data publication

About

MOVED TO GITLAB (https://gitlab.com/seepiol/covidtracker) Simple italian COVID-19 tracker written in python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages