Python and Tkinter: Introduction to Tkinter GUI

preview_player
Показать описание
Advanced Python Programming Tutorials! Check out my latest series on Tkinter GUI with Python. In this video I'll be introducing what is Tkinter, and we'll create a basic Tkinter GUI with a label!

♦♦♦♦♦♦♦♦♦♦

THECODEX is a company focused on empowering and enabling anyone to learn how to code. Established in 2015 by Avinash Jain, THECODEX has taught over 600,000 students around the world how to code. With over 16 programming courses on a wide variety of topics, and more than 20,000 5-Star reviews, THECODEX is the right choice for you.

We provide engaging and comprehensive videos that break down complex information and cover everything you need to know about the subject. All students get access to our Q/A forums where you can get your doubts and problems cleared up. At the end of every course, you will receive a certificate of completion.

Jumpstart your Coding Journey with THECODEX today!

♦♦♦♦♦♦♦♦♦♦

Music: Flash Funk (Marshmello)
Рекомендации по теме
Комментарии
Автор

Simple and straight to the point ! Amazing thank you so much

resulkaragoz
Автор

I subscribed to this channel because of the way he explained this tkinter from the start...even while typing this comment I haven't watched a half of this video... Well done

fasinudennis
Автор

from tkinter import *

root=Tk()
root.geometry ('300x300')

l=Label(root, text='Hello LOONA!')
l.pack()

root.mainloop()

charlesjsescoto
Автор

Looking forward to this, you are my favourite Python uploader. Your Pyautogui video so far is my favourite.Keep up the videos consistently please.

allahalkareem
Автор

thank you that's is help me lot

🥰

Guulaysi
Автор

thank you for the great content! really helped me. subbed!

nikaellas.
Автор

Brazil here, and thanks for the content

rodrigovitor
Автор

hey, ,
can't you write it like:

label = tk.Label(text = "Helllo World")

spk
Автор

I have some questions I couldn’t figure out from the online documentation, (it’s written hella confusing ) why is Tkinter so different from video to video which way is it actually common to be set out ? lol also is there anyway to modernize the look of Tkinter windows ?

Fullrusher
Автор

Tkinter doesn't work for me either. Tried looking online for solutions but unable to find one. Trying to install tkinter on mac but no luck

funbadult