Docs : Add readme

This commit is contained in:
noobyysauraj 2022-10-02 17:57:31 +05:30
parent a8256e8289
commit 3820e8da1d
No known key found for this signature in database
GPG Key ID: 01A122DBA242FFB6

View File

@ -0,0 +1,13 @@
## Py-Weather-Report
Simple Python Program for Printing Weather report of specified region.
>_Uses https://rapidapi.com/weatherapi/api/weatherapi-com for API Calls._
### Requirements
```bash
pip install json requests
```
### Run Program
```bash
python script.py
```