##Simple robust Text Editor in tkinter and Python 3
How to make a simple but robust text editor in tkinter
Hello everyone!
I love writing text editors. I have written many in many languages: Java, Javascript and Html, Python, Qt. Today I’ll share with you an example in python 3 and tkinter.
Our text editor will be able to open and save files (obviously). What our text editor does that other examples often don’t is it will ask us to save our changes (if there are any) before creating new file, opening another file or closing the program. We will be writing it in python 3 and tkinter.You can extend it yourself to extend its features.
More info: https://sureshsubedi.wordpress.com/how-to-make-a-simple-but-robust-text-editor-in-tkinter/