Hello,
I was wondering if there was a way to make a tkinter window open and close over time. I would probably use the time module and time.sleep() to make it wait, but could I use a command to open a window and then close it after a certain amount of time? Sorry if I am being confusing, I am somewhat new to python and tkinter. Thanks for the help!
EG
I am using Vista 64-bit, and Python 3.0 (just in-case you needed to know).
I was wondering if there was a way to make a tkinter window open and close over time. I would probably use the time module and time.sleep() to make it wait, but could I use a command to open a window and then close it after a certain amount of time? Sorry if I am being confusing, I am somewhat new to python and tkinter. Thanks for the help!
EG
I am using Vista 64-bit, and Python 3.0 (just in-case you needed to know).
Comment