I have 1 variable in my entire script that I would like to be able to have a GUI to input the information each time the script is ran. I just started learning Python last week, and have no idea. Basically
variable1 = "x"
I would need a GUI to enter what x is each time the script is ran.
Sorry, I know this question is the simplest thing, I'm just lost.
Also, I'm using Python 2.7.