how to exit out of a long process in tkinter code example Example: python tkinter close gui window from tkinter import * root=tk.Tk() root.destroy()