python-scripts/scripts/Weather_Reports/README.md
2022-10-02 17:57:31 +05:30

14 lines
268 B
Markdown

## 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
```