Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
  Star Thread: How to perform math function in different page of Tkinter GUI
Post: How to perform math function in different page of ...

from tkinter import * from functools import partial def raise_frame(frame): frame.tkraise() win = Tk() win.geometry("400x300+10+10") win.title("Calculator") third_frame = Frame(win) third_...
ravaru GUI 2 4,605 Oct-23-2020, 02:45 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020