Python GUI windows 🖼️

preview_player
Показать описание
Python tkinter GUI tutorial for beginners

#Python #tkinter #GUI #tutorial #beginners

from tkinter import *

window = Tk() #instantiate an instance of a window

Рекомендации по теме
Комментарии
Автор

from tkinter import *

window = Tk() #instantiate an instance of a window
window.geometry("420x420")
window.title("Bro Code first GUI program")

icon = PhotoImage(file='logo.png')
window.iconphoto(True, icon)


window.mainloop() #place window on computer screen, listen for events

BroCodez
Автор

You are so awesome at explaining these things
I can't believe you're a hidden gem in the programming world

jidelgado
Автор

You have a great, simple way of teaching. What a relief! To have this ability in this heavily tech loaded and confusing industry is priceless! Thank you!

kevinrussell
Автор

I love you teachings.
I love the way you taught me Cascading Style Sheet.
God bless you.

apk_academy
Автор

This guy is top of the line. So clear and logical.

gmwillis
Автор

"We should give our window a unique name, such as window." 😂
Great tutorial.

Kragatar
Автор

thats sick this is one of the easiest tutorials of making a gui i've seen in my life

yz_smg
Автор

So much learned from this Channel! Thank you Bro from the bottom of my heart 😊

kapibara
Автор

thank you so much! this tutorial was really straightforward, and really helped me!

NotSoz.
Автор

Great video Bro. I wish you well in your future endeavours.

tarik
Автор

Great series, so far the best for me🔥

barnaatakacs
Автор

Excellent content, but most importantly, I'm loving the funky music at the end.

chrisdavies
Автор

if anyone having problem with the icon, tkinter doesn't accept .jpg photos, try converting the photo to .png

TimAwesome
Автор

this is just amazing thank you so much

frankbeats
Автор

Brooo that is some Giga Chad content! Thanks.

besherkitaz
Автор

The explanation is very clear, thanks

richardwang
Автор

best video...i feel like im started doing something with code!

hamzazad
Автор

Muito obrigado por essa incrível explicação, de como colocar ícone ao lado do título.

johnlouchard
Автор

Hello Bro!!!. Thanks for the tutorial!

lucyledezma
Автор

bro took the master degree of explaining

Ayushsharma-lywt