tkinter how to exit application code example Example: python tkinter close gui window Click to copyfrom tkinter import * root=tk.Tk() root.destroy()