Python Tkinter clearing a frame - Stack Overflow

PHOTO EMBED

Sat Dec 25 2021 20:35:44 GMT+0000 (Coordinated Universal Time)

Saved by @kartick_sriram #python

for widget in frame.winfo_children():
    widget.destroy()
content_copyCOPY

destroying all items in a frame

https://stackoverflow.com/questions/15781802/python-tkinter-clearing-a-frame