pip3 install dailycovid
dailycovid --plot -s statecode
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"
Use --plot
or -p
to make the plots.
On the first run it will download a csv file containing the most recent data.
Use dailycovid -g
to update the cache.