Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

close window tkiinter

from tkinter import *

# creates the window
root = Tk()
root.mainloop()
# vanish out the root window (don't go background)
root.destroy()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #close #window #tkiinter
ADD COMMENT
Topic
Name
4+8 =