/Covid19Stats

Covid19Stats is a Python program that works with the csv files that are provided by https://data.humdata.org

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Covid19Stats

Covid19Stats is a Python program that works with the csv files that are provided by data.humdata. The csv files can be downloaded from Covid-19 Cases Data.

Availability

The program runs on Windows, Linux and Mac operating systems.

Dependencies

In order to run Covid19Stats, at least Python's 3.6 version must be installed on your computer. Note that in order to use Python on the command prompt, Python should be added to the PATH.

There are several libraries that the program requires. In order to install these requirements users should type the below command to the console window.

pip3 install -r requirements.txt

Usage

1. Run the Covid19Stats.py file using Python.

For Linux and Mac

python3 Covid19Stats.py

For Windows

python Covid19Stats.py

2. Short time later a window like below should occur.

img1

3. When users select at least one country and press the right click of the mouse, a menu like below should occur.

img2

4. The Total and Daily cascades contain the same options. The options in the Total cascade are for the cummulative numbers while the options in the Daily cascade while are for daily numbers.