A Text Editor with Syntax Highlighting In Python With Tkinter. (Features In Description)

Опубликовано: 25 Июль 2026
на канале: Morg
128
0

This took me a few days of on and off programming. It's a fully functional text editor with text and python edit modes.

Features:
Recent files list.
Python syntax highlighting.
File, Edit, and Options menus.
Keyboard shortcuts.
Changing title when the file is unsaved.
An "are you sure you want to close?" message box.
Dark and Light themes.
New, open, save, save as, close buttons.
Custom undo and redo stack functionality.
Line and column tracking.
Word wrap toggle
Find words feature.
Python mode and text mode.
Select all, cut, paste.

Line count: around 600.