I'm a very beginner in using Tkinter, so this is fortunately an easy question to most: how do I return values from GUI created with Tkinter?
I have lots of input data given in the GUI, but I don't know how I can close the root window and return the given parameters to the main Python code to go on with the routine.
I have lots of input data given in the GUI, but I don't know how I can close the root window and return the given parameters to the main Python code to go on with the routine.
Comment