Just a quick question. I have been using Tkinter in Python in order to create Windows. My code is a bit all over the place when it is one file... Is it possible to call a window that will be located in a different file?
For example, Window1.py opens a window, there is a button in that window that should initiate window 2, which is located in Window2.py. Does the code physically have to be in the same file for it to work together?