Creating our GUI Main Menu - Tkinter tutorial Python 3.4 part 11

preview_player
Показать описание

This tutorial covers how to add a main menu to our Tkinter application.

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6
Рекомендации по теме
Комментарии
Автор

Maybe I just can't find it but what about a tutorial on adding user entry in Tkinter with strings, integers, and floats for use in some function or output

userfortyeight
Автор

hello, live graph still zooms out with using .geometry and importing pyplot
any suggestions

razahyder
Автор

How much did you make from btc? You would be rich if you had some then.

LFTY
Автор

I want to create menu but when click to menu (like File). I can to move to SecondPage

elbahloulelhoussaine
Автор

Please help me out to creating Gui for real time twiiter data analysis using tkinter in python

sunithaas
Автор

Do you have any video of 3D graph (with live update) projects?

spladityapramanta
Автор

isn't there a way to use a specific geometry for every frame ? ... i mean if i got tow frames every frame got it's own (x, y, h, w)

h
Автор

does the lambda: popupmsg() <-- still working in 3.5?

it says NameError: name 'popupmsg' is not defined

paoloburcer
Автор

with the line "filemenu.add_command(label="Exit", command=quit), I am not receiving any errors, however, when I click 'Exit' on the file menu it does not actually quit the program. Anyone else have this problem?

jaysalerno
Автор

hey I tried writing up the code from this video and it didn't work

menubar = tk.Menu(container) #puts the menu in the container
filemenu = tk.Menu(menubar, tearoff=0) #tearoff enables a drop down to beome its own menu
settings", command = lambda: popupmsg("Not Supported just yet!")
filemenu.add_separator() #adds a bar to be a dividor
filemenu.add_command(label="Exit", command=quit)
menubar.add_cascade(label="File", menu=filemenu)

tk.Tk.config(self, menu=menubar)

In python3.5 these commands don't work! :/

jameskeeble
Автор

*btc goes from 396 to 406 back to 396*
yeah man really volatile lmao

andrewc