Skip to content

ahmadmayahi/coronavirus-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corona Statistics CLI

Get the latest coronavirus statistics directly from the CLI.

Please make sure that you have Python 3 up and running on your machine.

Global

Denmark

git clone git@github.com:ahmadmayahi/coronavirus-cli.git
cd coronavirus-cli
pip3 install -r requirements.txt

# Get the statistics
python3 corona.py

# Statistics for a specific country (alpha2 code)
python3 corona dk # Denmark
python3 corona us # United States
python3 corona au # Australia

# Make the script available globally
sh install.sh
corona

About

A simple Python script used to view Coronavirus statistics directly from the CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published