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