Menu Bars With tKinter - Python Tkinter GUI Tutorial #46

preview_player
Показать описание
In this video I'll show you how to create Menu bars at the top of your tKinter programs.

Menus in tKinter are incredibly easy. You just define them, configure them, then cascade them onto the screen. Each top level item you add to your menu is treated like a sub-menu.
Рекомендации по теме
Комментарии
Автор

Thank you for demystifying Python GUI in this series of lessons. I battled getting my mind around visual basic decades ago and gave up the idea of trying anything with a GUI. This and your lessons on using databases with tkinter you have posted on YouTube has been a real pleasure to follow. You really should add these series to your academy even if you just link to the Youtube videos as this lessons are what i signed up with you for and I do feel it adds extra value and your efforts has made becoming a client of yours worth the investment.

markjocelyn
Автор

Thank you for the series of these tutorials. I discovered after I saw your video that I like to use the "tearoff" option to not have the at the beginning of the menu. Without this, if you click on it it will open actually the menu in a new window.

mihaiopricescu
Автор

Thank you very for these video tutorials, it really saves me time in searching in the internet and I really appreciate it.

saganasimov
Автор

we will one day reference our carrier to this great man!!!. A BIG THANKS FROM THIS SIDE "JOHN". my name is Muhammed from Ghana.

rabiumuhammedeffect
Автор

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

Codemycom
Автор

Thanks so much John, I just LOVE your videos. Please know that your efforts are much appreciated from all over the world. Blessings

EFoxVN
Автор

How can I delete the sentences after I select my options?
I mean how I delete Friday text after I select Monday

kutup
Автор

Isnt there some property to make the menu black and the fg white? I tried and I just get the dropdop black

chamoarepa
Автор

Hey, I just have a question about python Tkinter. If I made a button in Tkinter where text appears on the screen when the button was clicked how do I make it so that when I run my code and press the button the text stays there when I close the program and re run it?

KadeMccarroll
Автор

Love your videos. I was following this tutorial and could not work out why it was "not working" for ages. Turns out if you are on a Mac it IS working but the menu bar is placed at the top of the screen not in the working window!

stevecavell
Автор

Your videos are very helpfull and easy to understand

fvefa
Автор

mine says 'unknown option -Label'
Why?

sameehazahid
Автор

thank you, sir.
what is the software you are using to write the code? I use IDLE but it is not so user friendly.

davoodbarzegari
Автор

Sir, can we remove that dotted line? when we click that it separate out of the Menu
Its look like a separator above New and Edit.

AnujKumar-xntg
Автор

@codemy Icon doesn't work when we build the app with pyinstaller and ship to another system

RajuSinghpntester
Автор

Thank you for this great explanation, but I have a question how to make the menu from right to left for Arabic.

madaniselilih
Автор

sir we used functions like main_menu.add_cascade(label = 'some text', menu = file_manu)
i want to know the source code of these functions that how the functions like add_cascade(), Menu() etc are developed.
these functions are inbuilt and i want to know how these functions have been created.
Please sir explain, pleas sir

jokywood
Автор

how do you get rid of the dashed lines that appear above the menu items?

MickForjay
Автор

I was waiting for this to upgrade my simple calculator and I really wanna add a lot of thing but i don’t already know what to do please add a vid named upgrating the calculator please answer me !

terfer
Автор

sir can you please tell me how i can also add it in customtkinter

MSTSLive