How to clear/delete the contents of a Tkinter Text widget? March 2, 2023 by Tarik I checked on my side by just adding ‘1.0’ and it start working tex.delete('1.0', END) you can also try this