- Code Folder Contains all the Source code and images that needed.
- Weather.md Contains All the description, Introduction, Approach of the project.
-
First Frok this repository
-
Create clone your forked repository on your local machine.
For example, run this Command inside your Git bash or terminal:
git clone https://github.com/<your-github-username>Weather_App_Using_python.git
- Open Code Folder in Python IDEs
- install Respective Python libraries
How to install Python libraries❓
pip install tkinter
pip install requests
How To Generate API Key❓
-
Login in the Open Weather Map
-
Go to the API section.
-
Under Api Section go in Current Weather Data section click on the API Document
-
Now in the API Call section,You have to link Your own api to the code
api.openweathermap.org/data/2.5/weather?q={city name}&appid={API key}
- Then run the Code
