I'm using Tkinter (with python) to create a UI. How can I use the entry (which defines the user name) from one page on another page (thus another class)? Basically, I need the user name to appear on several pages without asking the user to enter it each time.