Create a Weather App using Python | Tutorial For Beginners

preview_player
Показать описание
In this tutorial, you will learn how to make a simple weather app using Python and the OpenWeatherMap API. You will be guided through the process of creating a graphical user interface using Tkinter, retrieving weather information from the API, and displaying the results in a user-friendly way. By the end of this video, you will have a functional weather app that you can use to check the current weather conditions for any city around the world.

I hope you enjoyed this video tutorial. If you had any doubts, then please comment them below. Hit the like button below and subscribe my channel. Thank you. :)

If you want, you can support me with a small donation. 🙏
-------------------------------------------------------------------------------------
*Chapters:*
0:00 - Introduction
0:10 - App Concept/Design
0:53 - Coding the project
6:03 - Testing the program
6:29 - Outro
-------------------------------------------------------------------------------------
*MUSiC*
Songs by TELL YOUR STORY music by ikson™
-------------------------------------------------------------------------------------
*Hashtags:*
#python #pythonprogramming #pythontutorial
#python3 #pythonforbeginners #programming
#tutorial #coding #guitkinter #app #weather
Рекомендации по теме
Комментарии
Автор

Very excellent material for beginners.Thank you Alina!

btmekvr
Автор

Thanks for the video, you always surprise us with new material. Really a nice video!!!

btmekvr
Автор

Your tutorials not only show nice programs but also look nice

alexeymatveev
Автор

Thanks for the tutorial , but I want know things you import , steps you take before code the program

chinagoromedeh-myvd
Автор

how did you get the interface in the ending

deeper
Автор

How to change Background in this weather App can you give some tips and little code

rish_vlogs
Автор

Hey Alina

Thank you v..v. much for the tuto,
i've got an error while running the app it stays taht res.json(), res was not defined

BANIAAAAK
Автор

Nice tutorial, thanks !
Btw, what VSCode theme are you using ?

MathieuBekkaye
Автор

Thank you, but I was try it in the Jupyter notebook, it's show about "Module not found error : No module named ttkbootstrap", What it's wrong??

popninetyone
Автор

Thank you for the video. I have a question:
NameError: name 'requests' is not definited. What do I have to do?
many thanks

davidbandini
Автор

Thank you the video but what application use aside phyton??

JessaMaeElumba
Автор

Hello Alina, what does " [0] " in lines below

icon_id =
temperature = weather['main']['temp'] - 273.15
description =
city = weather['name']
country = weather['sys']['country']

pilot
Автор

search_button = ttkbootstrap.Button(root, text='Посмотреть погоду', command=search)
NameError: name 'search' is not defined

how can i solve the problem?

tbwilyb
Автор

Hi i found an error in result, location_label, icon_label, tempratute_label not defined

How i resolve it?

legendgamingop
Автор

from PIL import Image, ImageTk
import ttkbootstrap

the PIL, Image, ImageTk and ttkbootstrap could not be resolved, how to fix?

swopkahn
Автор

How i can got the complete code to my own know?

romartanio_rodrigues
Автор

Great Project! I have a question, my icons do not show up. Any solution?
:]

random_guitarist
Автор

DO we need any database for this project?

aminamubarak
Автор

Great tutorial, thank you! I am an absolute beginner and copied your code, but in what application I can open this app? Sorry if this sounds really dumb, but I don't know how I can see my result. 🤣

EckieOutdoor
Автор

Hi Alina how can I test the program now? I do not see how you did it.

adilivni