Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

close window tkiinter

from tkinter import *

# creates the window
root = Tk()
root.mainloop()
# Puts root running in background
root.quit()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #close #window #tkiinter
ADD COMMENT
Topic
Name
2+6 =