Skip to content
Advertisement

How do i make a button in tkinter update the display page to something else

i’m working on a login system, so i made the display with two buttons Login and Sign up button so i want to make a new page appears when the user clicks one the buttons for example if he clicks on Login the page will update to a page with entry boxes of the credentials and the same thing with the sign up button i need some ideas how to do it i’m somehow beginner in Tkinter, Here is my code :

JavaScript

Advertisement

Answer

Here is a simple one with a TopLevel()

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement