From 3820e8da1d5064190f99a4481dd09673f702c7a7 Mon Sep 17 00:00:00 2001 From: noobyysauraj Date: Sun, 2 Oct 2022 17:57:31 +0530 Subject: [PATCH] Docs : Add readme --- scripts/Weather_Reports/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scripts/Weather_Reports/README.md 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 +``` +