Adding Frames to a Python tkinter window

preview_player
Показать описание
In this video tutorial it is shown how more than one frame can be built and added to the same Python tkinter window.
Рекомендации по теме
Комментарии
Автор

Hey Phil. I can't tell you how much i respect you. Your labor will change the world through us and that labor will continue to be transferred forever. I promise you. Maybe i can't see you. But you still keep lighting our way. I really don't know what i supposed to say. So glad that we have you!

yasirelmas
Автор

A BIG thank you JPJ, from down under!!

michalakioracle
Автор

i love these series, such lucid, crystal clear way of teaching. well thought out examples and visuals, again thank you for all your hard work

svetlanakardan
Автор

Superb John, thanks for taking the time to produce theses videos. I love the simple explanations on each subject. Between your videos, Corey Schafer and Bucky at New Boston, I'm definitely learning heaps.

codecobber
Автор

really well done and clear. Thank You.

callistogenco
Автор

Really like your videos. You use graphics to illustrate your point, which helps me consolidate my learning. As well as you going over line by line of code in a methodical manner and explaining how each line of code works, which tends to brushed over in video. You should create a beginners course in Python, as if you go over in this level of detail with graphical user interfaces. I feel like they'd be of much benefit for me and other people trying to delve into Python.

reviewer
Автор

at 8:23 .... spared me of all confusion ... thank you :)

RajanKumar-lvve
Автор

Thanks buddy. This was very helpful video

ishikagarg
Автор

Agree with the others, you come over as a great tutor!
Onwards to my question, I am still learning Python3 with Tkinter, still not sure if Tkinter is the gui for me. Wxwidgets seems to have similar functionality.

What I want to do is root = Tk(), and within the bounds of root leftwind=Tk(root) rightwind=Tk(root)

So in root, there are two other windows side by side with all the usual controls. I don't know the correct words to describe this in Python other wise a simple google search would provide my answer

johnh
Автор

I want to thank you first for your time and energy that you share with us. My question is this is your last video tutorial about Python ???

mikijasar
Автор

I am new to python, but not to programming. I would like to know however how to use the place() method to place a frame in the center of my root window 'mainWIndow'... At present, I have a mainWindow, a canvas1 widget and I have set the mainWindow to view in te center of the screen. I grabbed the screen width / height and used those values to get my computers (Mac OSX Mojave) resolutions W=1280, H=1440. I was thinking that I could do the same with the fram but not sure how to code the using geometry()... Any help with example code is greatly appreciated. THanks... Tim

FRIENDSofCAP
Автор

Great, are we going to do the use of a Listbox in a frame?

SusanAmberBruce
Автор

Can anybody help me, please, ??
It generates an error:
frame_name.grid(row=0, column=0)
TypeError: wm_grid() got an unexpected keyword argument 'row'
frame_address.grid(row=0, column=1)
TypeError: wm_grid() got an unexpected keyword argument 'row'

monchis
Автор

Sir how to import python module with Tkinter? It throws an error everytime I import it to the main.py

josephfabi
Автор

Hopefully, you will see an influx, posted you on the Twit Knowhow community!

MaxGoddur