# frame = a rectangular container to group and hold widgets from tkinter import * window = Tk() frame = Frame(window,bg="pink",bd=5,relief=SUNKEN) frame.pack() Button(frame,text="W",font=("Consolas",25),width=3).pack(side=TOP) Button(frame,text="A",font=("Consolas",25),width=3).pack(side=LEFT) Button(frame,text="S",font=("Consolas",25),width=3).pack(side=LEFT) Button(frame,text="D",font=("Consolas",25),width=3).pack(side=LEFT) window.mainloop()
@willowsthecat4855Ай бұрын
dose it work with entrys? sorry
@harlanshafer34299 ай бұрын
Thanjks again Bro. I've gone through all your vids from 1 up to Python GUI frames. I like the way you teach, step by step. Looking forward to continuing learning Python.
@mansouralshamri13872 жыл бұрын
Thanks bro, saved me a lot of headache
@Data_Falcon6 ай бұрын
thank you bro for better teaching
@iko40612 ай бұрын
❤❤
@RMIT_s2102 жыл бұрын
I have watched your Java videos where you created 5 Panels (JPanels) , which were then added to a JFrame, each at a different position North, South, East, West and Center. Giving great control because then you add components to whichever Panel you want. So, f you want a button on the right side, for instance, you add it to the panel at position East Is there something like that with Python ? Doesn't seem like it. Thanks and great video by the way.
@hydarhydar2338Ай бұрын
❤
@cristiucvladimir79096 ай бұрын
Thanks for the content!
@noisyguest52494 жыл бұрын
I hate the yt algorithm all the great vid like this is hidden im lucky i found ur videos.
@noisyguest52494 жыл бұрын
We shall defeat the youtube algorithm
@BroCodez4 жыл бұрын
hell yea!
@arjunbhardwaj75262 жыл бұрын
learned something new hence commenting
@lw99542 жыл бұрын
Ty bro!
@tatyana99742 жыл бұрын
Thanks for the video bro!
@jhassee2 жыл бұрын
Gucci Frames!
@oliver_20042 жыл бұрын
Nice explanation thank you 👍
@MyrLin88 ай бұрын
sweet
@امینجمالی-خ9ص2 жыл бұрын
Thank You
@uuhju70043 жыл бұрын
THANK YOU!
@piotrkopcewicz5227 Жыл бұрын
great !! thank you Bro :)
@beingzero75412 жыл бұрын
Wow!!!
@lucyledezma7094 жыл бұрын
Very good video!!!... : )
@BroCodez4 жыл бұрын
Thank you!
@lucyledezma7094 жыл бұрын
You always make great videos!!!
@madhusudhanm29963 жыл бұрын
Hi sir Can we append a window inside a frame in fixed position with minimize an maximize and closing options to the window
@gustavoaponte1814 Жыл бұрын
meow meow meow~!
@shahzodsayfiddinov95103 жыл бұрын
Thank you Bro
@promax1st2 жыл бұрын
;)
@skystep24 жыл бұрын
Don't use that damn * in tutorials, it's no good! Why this is no obvious!