Skip to content

Swaraj-Deep/covid-19-command-line-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

covid-19-command-line-utility

Simple command line utility made in python which is centered for use in India Only.

Requirements

python
bs4
requests
pandas
matplotlib

Installation

If you don't have python in your machines, please install it from their official website.

pip install bs4
pip install requests
pip install pandas
pip install matplotlib

Usage

Issue the following command in the command line where you have downloaded the utility.

For Linux machines

python3 scraper.py

For Windows machines

python scraper.py

License

MIT