how to shut the terminal window when tkinter applicaton is running code example Example: python tkinter close gui window from tkinter import * root=tk.Tk() root.destroy()