diff --git a/scripts/Weather_Reports/README.md b/scripts/Weather_Reports/README.md new file mode 100644 index 0000000..0789373 --- /dev/null +++ b/scripts/Weather_Reports/README.md @@ -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 +``` +