Skip to content

Global Covid-19 status tracker made with python 3.

Notifications You must be signed in to change notification settings

sumit-buddy/CovPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CovPy

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.

Preview on Termux (Android)

Colorful Simple
CovPy-python covid tracking script CovPy-python covid tracking script

Run on cloud shell

Open in Cloud Shell

Requirements

  • Python v3+

Installation

git clone https://github.com/sumit-buddy/CovPy/

cd CovPy

pip3 install -r requirements.txt

Usage

python3 CovPy.py

or

python3 CovPy-simple.py

Features

  • Track status with country name or id.
  • Easy to use.
  • Using best covid sdk

Technologies & Tools

Thanks To All Contributors

About

Global Covid-19 status tracker made with python 3.

Topics

Resources

Stars

Watchers

Forks

Languages