Python GUI with Tkinter - 5 - More on the Grid Layout

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

2019 and this guy Still rockin it, RESPECT FOR BUCKY ☺

leebymakaveli
Автор

Im on episode 5 so far, and i must say its been brilliant. very clear and informative. Im a beginner to python and coding in general and i was looking for something to bridge the gap between running the scripts in pycharm and putting them in a GUI. Great work so far. would love to pick your brains further!

Ganjenak
Автор

Only the essentials. No side crap! awesome content bucky.

Dynamite_mohit
Автор

This is arguably the best continuation from a cliffhanger I've ever seen.

nathanyao
Автор

watching this during my spare time and im lovin it

baro
Автор

these are some of the best tutorials, really helpful because i am trying to do something cool for my final project in school

ashutoshkomali
Автор

place is my favourite geometry manager. You have full control right from the beginning. Even though grid is cool, it might be unpredictable plenty of the times, especially for beginners.

amazinggrace
Автор

Is there any way to use .pack(fill=BOTH) or X or Y with .grid()?

hamptonford
Автор

Awesome. I learn python from many docs. But understand with your videos. Thank You Bucky ;)

fabkrucie
Автор

is it possable to center a label using the sticky cmd..
for exemple: .grid(root, sticky=CENTER)
or something like that..
Help please

Автор

how come the checkButton knows to stay at the bottom? I would assume, since no grid location was specified it would result in (0, 0).

alt
Автор

really good tkinter module teaching .i loved it the way of easiness

shivamkeshri
Автор

please give me a baby. 5 years later, and you helped me so much

PiniiXever
Автор

Love your videos man, exactly what i needed

tribo
Автор

I like your way for explaining ❤️❤️ thank you sir

SA-drtd
Автор

Hey Bucky! awesome tutorials! very easy to understand. couldn't find the tutorial files tough because there are so many files there..

alexbutane
Автор

thats really easy and cool.I tried gui with java and its really hard! Thanks Bucky!

samsempl
Автор

If you have Python on Visual Studios, or you have the newest python Idle you may have an error based on updated libs, if so for sticky you have to make sure it is a string so "E" instead of E

lliamwebster
Автор

Is there a way to put the "keep me logged in" prompt to the left of the checkbox how it usually is?

joshguevara
Автор

How do I grab the values the labels and entry boxes are currently at? So if I made an entry box, and run the program, put in some text. How do you grab that inputed text in code? Like if entrybox.value() = "Hello": for e.g.... Or like while checkbox.value() = true: ....

MrXenboss