Positioning With Tkinter's Grid System - Python Tkinter GUI Tutorial #2

preview_player
Показать описание
How to Position things with TKinter's Grid System and Python. In this video I'll show you how to position things around on the screen using the grid system, which is a system of rows and columns that are super easy to use.

In this series I'll show you how to create graphical user interfaces for Python with Tkinter. TKinter comes with Python already, so there's nothing to install!

✅ Watch The Other Videos In This Python Playlist:

▶️ See More At:

✅ Join My Facebook Group:

✅ Subscribe To My YouTube Channel:

Take $22 off with coupon code: youtube
Рекомендации по теме
Комментарии
Автор

▶️ Watch Entire Tkinter Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:

Codemycom
Автор

Man, I really like your Videos. You speak clearly, you describe things in a way everyone understands it and you make your videos very intersting. Thanks for your tutorials, . mate

danielschwan
Автор

actually so helpful... all other vids were so advanced

CharlyJJ
Автор

Thank you so so much for you informative video's. My understanding of programming in python has sky rocketed. (my excuus for my English, greetings from the Netherlands)

pascalkop
Автор

Sir, you're amazing.
Love your Tutorials!

dereknana
Автор

idk anything about coding but im learning exactly what i need for what im doing thank you

munoxmi
Автор

To place widgets with the 'grid' instruction, just think that each widget according to its height (row, rownspan) and width (column, columnspan) is a geometric figure of Tetris ;-)

laurentreynaud
Автор

Thanks for the free tutorial
Love from India ❣️

blood
Автор

Now here's the teacher who makes learning easy and fun

prakulsingla
Автор

This is so well explained! Amazing work, you deserve more subscribers

entangled_beads
Автор

You don't know how much you helped me

blazeeveyrthingneeded
Автор

I m gonna like every single video of you cause you are really helpful

adrianpilea
Автор

He is the first programmer I have seen that code on window 7 🐍🐍💓💓💓

priyeshpandey
Автор

Great job deserving of thanks
عمل رائع يستحق الشكر

ashrsfsiliman
Автор

Thank you codemy for such an nice explanation video

tenzindorjee
Автор

You should be the pyking in the world❤❤❤❤❤❤❤❤❤❤❤❤❤❤

username
Автор

Great job thanks just started to learn python. شكرا كثيرا that's mean thank you vers much

اماديرأمان-رك
Автор

Another implementation
from tkinter import *
window = Tk()
window.title("Welcome to you")
lbl1 = Label(window, text="Hello Meyer, How are you?", font=("Arial Bold", 50))
window.geometry('900x200')
lbl1.grid(column=0, row=0)
lbl2 = Label(window, text="This is your Python Message", font=("Arial Bold", 50))
lbl2.grid(column=0, row=1)
window.mainloop()
Just getting started on your series which seems good

katzper
Автор

I also like cleaner code because i am beginner so the more clean is the code the more i am able to understand

geetaranikanojia
Автор

Thank you very much ..I learnt a lot about tkinter

raniduharshana