Question: How to use different classes with Tkinter python. For example, the main page, and a signup page, and an other page in a different classes(module)
How to use different classes with Tkinter python. For example, the main page, and a signup page, and an other page in a different classes(module) and widgets are controlled in the main class. So, they are in different files but the signup page inherits from the main page. With simple tkinter application. Please explain the connections of the classes.
Thanks you.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
