Simple Weather script written in Python to retrive weather information of the given location.
- Install the required modules
pip install -r requirements.txt
- Get your own API key from weatherapi.com and add it to the
WEATHER_API
inweather.py
.
WEATHER_API = "Your API key goes here"
- Run the script using -
python weather.py