Tkinter provides a GUI to carry out various tasks. Making a text editor is one of them. In this video we create a simple text editor, that can open saved files and new files can be created and saved. Tkinter comes with a filedialog module which lets you manage files and directories effectively. This module can be used where the user needs to browse through files or directories from a system.
The video is a code walkthrough to make a text editor. The window provides space to enter text. And there is a menu available in order to perform the required function 'save as' or 'open'.
For code go to: https://github.com/pickry/Tkinter/blo...