Skip to content

AmanSinghBhogal/Weather_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Error 404 Weather Application

About Weather Application:

This is an Weather Application made in Python using Tkinter library.The source code is available to everyone under the standard MIT license. The Libraries used are:
1. tkinter
2. pillow
3. json
4. requests
5. bs4
6. python-decouple

The API used for Fetching the weather data is by OpenWeather.

Want to Try it Online?

Screen Shots:

S1
S2

Steps to Run on Local Machine


Note: You need to have Python installed in your Local Machine if not, first install it from here.

Step 1) Clone AmanSinghBhogal/Weather_App.
Step 2) Open Weather_App Cloned Directory in Command Prompt.
Step 3) Go to OpenWeather, Copy your own API Key from My API Key section, after creating an account.
Step 4) Paste the Copied API Key in .env.example file
Step 5) Rename the .env.example file to .env
Step 6) Run the Following commands to install necessary Libraries:
pip install tk pillow json bs4 requests python-decouple
Step 7) Open weather.py in Visual Studio code and Click Run.

Thank You