CovPy is a colorful python tool for tracking global Covid-19 statistics. It uses John Hopkins University API to track Covid-19 disease statistics.
You can also get data from "worldometers.info" by passing the following argument :
covid = Covid(source="worldometers")
There are 2 scripts named
CovPy.py
&CovPy-simple.py
respectively. The first one uses ANSI color codes which may cause errors on windows. In such case you can use the second script.
Colorful | Simple |
---|---|
- Python v3+
git clone https://github.com/sumit-buddy/CovPy/
cd CovPy
pip3 install -r requirements.txt
python3 CovPy.py
or
python3 CovPy-simple.py
- Track status with country name or id.
- Easy to use.
- Using best covid sdk