Skip to content

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

Notifications You must be signed in to change notification settings

keithwegner/coronavirus-cli

 
 

Repository files navigation

Python application Gitpod Ready-to-Code Codacy Badge Run on Repl.it

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.0%
  • Dockerfile 15.2%
  • Shell 4.8%