Metadata-Version: 2.1
Name: covid19-cli
Version: 1.0.1
Summary: A CLI for getting covid19 status at lightning speed.
Home-page: https://github.com/asprazz/covid19-cli
Author: Ankush Patil
Author-email: aspraz2658@gmail.com
License: MIT
Download-URL: https://github.com/asprazz/covid19-cli/archives/covid19-1.0.0.tar.gz
Keywords: covid19,covid19-india,coronavirus,cli python
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.23)
Requires-Dist: argparse
Requires-Dist: prettytable

## covi19-cli
<br/>

![image](https://github.com/asprazz/covid19-cli/blob/master/screenshots/screenshot1.png)

<br/>
<br/>

- `:rocket:` Get instant coronavirus status of India on terminal
- Clean user interface
- Making of README.md in progress Than you :)

### Developement
- fork the repo
- `git clone https://github.com/{your_username}/covid19-cli.git`
- Activate environment if available
- run `python covid19/__main__.py`
- run `python covid19/__main__.py -h` for help

### Installation
- `git clone https://github.com/asprazz/covid19-cli.git`
- `cd covid19-cli`
- if requires `chmod +x install.sh`
- then run `install.sh`

### Usage
- `covid19 -e` or `covid19 --emergency` : for printing emergency numbers
- `covid19` : for country's status (default)
- `covid19 -s=maharashtra` or `covid19 -s maharashtra` : for both country's and state's status
- `covid19 -s mh` : will also work
- `covid19 -h` or `covid19 --help` : for help


### Error reports
- First of all thank you.
- https://github.com/asprazz/covid19-cli/issues

### Contributing Guidelines
- Suggesting a new feature ? Open an feature issue
- Sending PR, send it without worries
- Just `fork` `change` `send`
- Thank you

### Special Thanks To
- https://api.covid19india.org/
- argparse
- prettytable

