Build a Weather App in Python | Weather API | Python Tkinter Project

preview_player
Показать описание
How to make a weather app in python. In this video we are going to make a weather app using python. It is a completely gui tkinter project.
We will use the Open Weather Map API to get the data.

Project Report📃📄 :
-------------------------------------------------------------
Instant Image Approval Link 🤖🤖🤖

Notice🚫
It's only for those who need it urgently and I am not available to approve it on google drive. Otherwise, you will 100% get approval for the image within 7-12 hours of approval request for free through the google drive link.
After Completing payment, wait for 5-6 sec folder will automatically download to your system .
---------------------------------------------------------------

We can find weather reports such as temperature, humidity, pressure, wind speed and description etc. of any place in the world. You need to provide the name of a place. Not only this you will also get current time of that place.

Required modules:
pip install pytz
pip install geopy
pip install timezonefinder
#python
#pythonprojects #tkinter #pythonproject
#weatherapp #weatherreporttoday
#openweatherapi #python ##weathercondition

Search Related to :
* Build a Weather app with Python and Tkinter
* Make a Weather App in Python | Weather API | Python Project
* Using open weather api in Python to get weather-report of any place
* How to make a Weather Forecaster in 5 lines of Python
* create weather app in python | python tkiner project
* How to create tkinter weather app |#parvatcomputertechnology
* weather app using python tkinter
* Using Weather API in Python | OpenWeatherMap API
Рекомендации по теме
Комментарии
Автор

Very good project to work on. Love your work, don't stop!!

MJKhan-tj
Автор

How did you decide the dimensions for the search bar and the search image icon

arnavkaul
Автор

Thank you, I am implementing the same project for my foundations at school

kennedykalaluka
Автор

Hi... I am facing some issues regarding the code... During execution sometimes execution smoothly works but sometime it says "Error: Non-successful status code 403" can you help me to resolve this issue?

RVRS_vlogs
Автор

"Have you debugged this code? Because when I debug this code, it shows an error on the line "result = obj.timezone_at(lng=location.longitude, lat=location.latitude)". Could you please help me with a solution for this?"

shubhangigoswami
Автор

hey I'm unable to find that type of api. most of the api there have longitudes and latitudes instead of city. can you please help me out?

divyammishra
Автор

Hello
I have a problem with the line "location = geolocator.geocode(city)", but it might be with the library installed. I have the version 2.4.1 but already installed version 2.2.0 (showed in video) and still the same problem
Could you give me any advise with this problem: WEATHER APP\Weather_App.py", line 19, in getWeather
location = geolocator.geocode(city)

mickymarvil
Автор

Sir I have another problem, the code is returning an error saying "_tkinter.TclError: couldn't open "search.png": no such file or directory" Do you have any idea's on how to fix this? Thank you Sir

Maxwell_Integral
Автор

hi i uhh, im currently experiencing an error, its not showing all the details only the date and time even though I'm entering a valid city name. I'm also getting this error message.

Exception in Tkinter callback

Traceback (most recent call last):
File "C:\Program Files\Python310\lib\tkinter\__init__.py", line 1921, in __call__
return self.func(*args)
File FP.py", line 36, in getWeather
humidity = json["main"]['humidity']
NameError: name 'json' is not defined

yzerdeboda
Автор

31:04 One short-sightedness when you are trying to hide the API key, you need to also blur the right click menu showing Search for "API KEY", cuz otherwise it defeats the whole purpose

phobic
Автор

when I searched the api for weather there is no option for updated weather map 2.0>?

anishasaini
Автор

Just wanted to ask if I send this code to another computer then do I have to install geopy, timezonefinder, pytz and images of search, search icon, logo, box? By the way this code is next level❤🔥

TechnologicBG
Автор

Sir i have a problen that 'tkinter.TCLError: could not open "images/search.png" no such file or dictionary . can u plz guide me

habibasaeed
Автор

Thank you verymuch!
im a beginner at Python and need to do as much as i can of those to learn it.
Greetings from Poland

BANIAAAAK
Автор

Amazing way to create modern design entry widget

Irfan-guby
Автор

Very good project to work on. Love your work, don't stop!!👍

jamshidkushbaev
Автор

i am running both python 3.10 and 3.12 ver but i cant still download timezonefinder, do i have to delete the 3.12

bolorbattushig
Автор

When entering any city, it gives an "Invalid entry" error. Can you tell me what the problem might be? performed all the actions exactly after you

nkasator
Автор

KeyError showing even after adding writing it correctly.("&appid=" is properly written). Can comeone please help?

harshprasad
Автор

i can't access the drive that contains the icons and png needed for this program. can you give me access?

yzerdeboda