Simple text editor made using Tkinter GUI library of Python
Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications. Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit.
This notepad-like text editor uses Tkinter library functions to perform basic file operations like opening, reading, saving, cutting, copying etc.