tkinter when function is done quit mainloop code example Example: python tkinter close gui window from tkinter import * root=tk.Tk() root.destroy()