Skip to content

Python editor visualizing Python code more than just keyword highlighting

Notifications You must be signed in to change notification settings

RobinManoli/VisualPython

Repository files navigation

Visual Python - vpy.py

Proof of concept editor, visualizing Python code more than just keyword highlighting.

keyword highlighting

Requirements

  • Python 2 or 3
  • Tkinter, ttk
  • Pygments (tested v2.1.3)

Features

  • highlights (nested) brackets - ()[]{}<> - when hovering the mouse cursor over them. hover over code to highlight brackets

  • 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)

move mouse cursor outside textarea to see whitespace

  • comments/uncomments lines when clicking the corresponding line number

About

Python editor visualizing Python code more than just keyword highlighting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages