Python-Text-editor: a simple text editor on Python and Tkinter
This is a simple text editor on Python and Tkinter.The project is planned to be developed to the state of a full-fledged code editor. Version 1.0.0 ・The editor allows you to open, create and edit files.・The editor settings are in JSON. On a new start, the editor opens the last opened files and loads the settings.・When a file is opened, its extension is determined.・Two editor color themes.・A Several Hot Keys Bugs・There are problems with file encoding In the future, syntax […]
Read more