14 lines
268 B
Markdown
Raw Normal View History

2022-10-02 17:57:31 +05:30
## 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
```