mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-03-01 11:28:41 +00:00
Docs : Add readme
This commit is contained in:
parent
a8256e8289
commit
3820e8da1d
13
scripts/Weather_Reports/README.md
Normal file
13
scripts/Weather_Reports/README.md
Normal 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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user