Adding Frames To Your Program - Python Tkinter GUI Tutorial #11

preview_player
Показать описание
How to add frames to your TKinter app with Python. In this video I'll show you how to use Frames with your python tkinter program.

In this series I'll show you how to create graphical user interfaces for Python with Tkinter.

✅ 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
Автор

Simple and effective!
Amazing tutorial!
You saved me hours on my project just now.
The best Tkinter guy to learn from hands down. 🙌🏾🔥👊🏾

quentincaldway
Автор

It is very easy to understand when you are teaching. I am lucky enough, I found your channel. So thank you very much.

raniduharshana
Автор

Great course!! You keep on going producing extremely useful material John. Unfortunately the "youtube" code did not work on your website. I wanted to try the entire Tkinter course :))) But these courses are absolutely satisfactory. Thanks. And PLEASE. Keep them on Youtube!! :)

Lennardish
Автор

Ty for sharing this video. Frames are clear now and learned by the way, how to set a icon in the root window.

_____
Автор

thanks for all these videos. You are a great teacher.

Surferdudeoh
Автор

Clear & simple explanations, great way to learn.

nivp
Автор

i ve been whacting few videos of yours. Congrats! ur teaching stile is nice, and have genuine way of kidding.. (buttons: "don't click here" and "...or here" eheh)

claudgg
Автор

Great video! Hope you get more attention

harshitkhashoo
Автор

Hi, thank you very much for your video. You helped me a lot with the database.

parsabahrambeik
Автор

Hello
Thanks for your good quality videos
I have a problem that I do not know where to solve.
I want to add an image to my window, but when I do, the image pushes the rest of the window components (labels, buttons, entries, etc.) in different directions and my window layout is broken. Is.
What should I do about this?

javadmahdavi
Автор

how would i make it so if I click a button it switches to like a new window. Also maybe I could have like a back button on that window which would take me back to the previous screen??

zzzzzzzjsjyue
Автор

I'm having a problem with frames. I have a simple 2 frames--left and right. Left frame will have some buttons and entry boxes and right side will show reults. In the left frame I set rowspan to 10. Right frame is a canvas put on the frame with a rowspan of 10 that seems OK. When I put a button on the left frame at column=0 and row=1 it shows half down the frame. When I put the second button on the left frame it is at the very bottom of the window even thought I set rowspan to 10. I set rowconfigure and columnconfigure both to weight 1. Third button won't even show on the left frame. ANy ideas?

jimhaffner
Автор

im not working, im on sick leave and im chainwatching these videos hoping to get a better job. Thanks alot ! i love coding !

janpaweii
Автор

we can create a multi-window program using frame.
what is difference b/w Frame and LabelFrame Widget, Frame sort of acts like Canvas.
nice video btw.

attaulmomin
Автор

This video was very helpful! One question: How do we change the positions of the frame?

mayeeshaadiba
Автор

sublime shows error while executing this code.
Error: ModuleNotFoundError: No module named 'PIL'
I have written same code as yours

macwansteven
Автор

I am having problems when i use grid and pack. If i position a button somewhere, the button won't appear.
The size of my screen is 1600x900. If i put for example pady=350, the button appears. And if i adjust it to pady=400 and so on, it's no where to be found. How do i fix this? Or what do i use? It works on place, but it takes a lot of computing to place the button on the center.
I hope you see this. Thanks

Also, your tutorials are easy to understand for a beginner like me. Thanks!

nickysalido
Автор

Well it's only a LableFrame there is also just a Frame, pretty same concept only without border. Would be a good idea to include it here too)

maxwellhawk
Автор

Hello, i don't know: my program python version can't support [from PIL import Image] Image'?

parsabahrambeik