/daily-covid

Coronavirus tracker built with python, easy to install and use. Source data updated daily. U.S data.

Primary LanguagePythonMIT LicenseMIT

dailycovid - Easily get covid updates

Pypi installation

pip3 install dailycovid

Usage

Simplest

dailycovid --plot -s statecode

Specific Counties in a State or Whole States

You can now use an arbitrary number of arguments with -s or -sc.

dailycovid -sc ny-albany ca-orange "California-Los Angeles"

dailycovid -s DELAWARE MA

Here are three ways to do the same thing.

dailycovid -sc "California-Los Angeles"

dailycovid -s CA -c "Los Angeles"

dailycovid --state CA --county "Los Angeles"

Making Plots

Use --plot or -p to make the plots.

Updating Data

On the first run it will download a csv file containing the most recent data.

Use dailycovid -g to update the cache.

Examples of plots

'image'

image

image