mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 12:31:11 +00:00
14 lines
268 B
Markdown
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
|
|
```
|
|
|