how to destroy a tkinter widget code example
Example 1: How to delete Tkinter widgets from a window?
widget.destroy()
Example 2: tkinter.destroy
root.destroy() Class Method to Close the Tkinter Window
widget.destroy()
root.destroy() Class Method to Close the Tkinter Window