python-scripts/scripts/Weather_Reports/README.md

14 lines
268 B
Markdown
Raw Normal View History

2022-10-02 12:27:31 +00:00
## 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
```