Python GUI with Tkinter - 4 - Grid Layout

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

This tutorial is seriously the best tutorial on Python I found here on YouTube yet. Just awesome !

rymensymen
Автор

Will Bucky find a way to align his labels to the right? Find out next time on Dragonball Z.

MitchellD
Автор

lol all the comments represented perfectly what I was thinking at the end of the video, no further explanation needed. Im dying of laughter though, A+

Stellarspace
Автор

Great stuff I’m actually getting the hang of Tk.

richardledden-cooper
Автор

you can use "root.title("")" to make the name of the window change from tk to whatever you want.

profc
Автор

Nice. Explained nicely and helps a lot. Need a video for a simple MS paint like application using Tkinter.

manishdas
Автор

The videos are small and easy to follow 👍🏼

CeeTee
Автор

Thank you very much for these tutorials; they are so helpful.

yelbiar
Автор

I watched tutorial 1, 2 and 3 and it was all so helpful including this one

m.sirkhoth
Автор

If anyone have a problem with Tkinter not being found just remember that maybe you didnt install it (it took like 1 hour for me to understand that i didnt install it xD (unchecked 'install idle') )

TheXxBananeroxX
Автор

Easy way to move the label to the right is to add few spaces to the text command ;)

mark.p
Автор

damn mate I tried so hard to align those freking widgets to the right

but thanks to you i finaly managed it

all heil the new boston

skirolful
Автор

it might me 4 years late but that end cut... print( " You, Ok?")

MrPaceTv
Автор

hey i like to say thank you for taking your time to make these videos there great!!!

nicksprogress
Автор

Im watching this with sound and skipping 50% and its still great

ryancarr
Автор

Excuse me sir after we create our GUI done I dont know how to save or import them to computer for next time if we open it it will open our program on computer without having python file or for easy understand just want to save or export in in case we could open only GUI and cant use it with out haveing python in ourcomputer before can we dothat sir thank for your answer anyway

thebank
Автор

Help !! My function starts automatically

def openPython():
webbrowser.open_new(url)

ill add some more code it and then i come to this part:

menuPython = tk.Menu(menu9, bg="Black", fg="white", tearoff=0, )
menuPython.add_command(label="Python", command=openPython())

so ill start the program and it goes to python.org without me clicking anythin on the gui, and when i do click it on the gui it does nothing

yureisec
Автор

Uh ? How could we add buttons in the grid layout below the label_2 ?? I tried to do but got errors which i could'nt compile myself. Helpme !

varunsubramanian
Автор

No pack() command is required after grid() ?

shalinianunay
Автор

Hi.
I have to implement A* pathfinding algorithm. I need to generate grid path animation. Can I use tkinter for that? If not, what other library would you recommend?

lyrab