+ 2
How to switch window frames in tkinter
I want navigate between multiple window frames
2 Réponses
+ 1
Try using
def frame():
frame.tkraise()
frame()
0
If you are using frame the you can pack_forget one pack another frame
and if you are using toplevel then make a separate function in which write your code and call it on button click