Skip to content

DharaneeswaranR/Weather-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather Script

Simple Weather script written in Python to retrive weather information of the given location.

Screenshot

Steps to run the script

  1. Install the required modules
pip install -r requirements.txt
  1. Get your own API key from weatherapi.com and add it to the WEATHER_API in weather.py.
WEATHER_API = "Your API key goes here"
  1. Run the script using -
python weather.py

Code References

About

Simple Python script to display the current weather

Topics

Resources

Stars

Watchers

Forks

Languages