🪟
Text Editor
Notepad-style text editor applications built with Tkinter. Small-version/txteditor.py is a compact editor with open/save/close and light/dark theme…
Notepad-style text editor applications built with Tkinter. Small-version/txteditor.py is a compact editor with open/save/close and light/dark theme…
Notepad-style text editor applications built with Tkinter. Small-version/txteditor.py is a compact editor with open/save/close and light/dark themes; Text-Editor-master/Text_Editor.py is a fuller-featured editor.
.txt file into the editor.pip install pygments
python Small-version/txteditor.py
or
python Text-Editor-master/Text_Editor.py
tkinter (standard library); the small version also imports pygments.