A Python script that shows real-time COVID-19 Statistics in human-readable tabular form via source data from the web.
- requests (dependency)
- csv
- os
- platform
- datetime
- The program supports Windows, Mac or any GNU/Linux distribution.
- Make sure Python(3.5<) is installed in your system.
- IMPORTANT: Kindly have requests module installed. This can be done by running
pip3 install requests
in command line. - It is recommended to run the scripts in command line, not in IDLE (tabular data may get distorted).
- The .zip file contains two .py files, core.py, COVID19.py, and a standalone .exe file.
- core.py file is not executable and only contains modules for the script to run.
- Kindly run covid.py file to run the script (NOTE: Do make sure that both core.py and covid.py are in a common(same) directory!!).
- You may also run the standalone files for Windows/Linux instead of the COVID19.py script.
Source Data: https://data.humdata.org/dataset/novel-coronavirus-2019-ncov-cases