Proof of concept editor, visualizing Python code more than just keyword highlighting.
- Python 2 or 3
- Tkinter, ttk
- Pygments (tested v2.1.3)
-
highlights (nested) brackets - ()[]{}<> - when hovering the mouse cursor over them.
-
highlights whitespace with colors, when the mouse cursor moves outside the main text widget (you can easily distinguish for example tabs from spaces, and trailing spaces)
- comments/uncomments lines when clicking the corresponding line number