notty is simple code editor with syntax highlighting (realized with pygments) and themes support. notty using tkinter to draw graphical user interface.
to install notty source, write to terminal:
git clone https://github.com/loadystudio/notty | cd notty
after that, you need to install pygments if you want launch notty successfuly:
pip install pygments
for other info visit notty wiki on github: https://github.com/loadystudio/notty/wiki
for releases: https://github.com/loadystudio/notty/releases
home of the notty and loady: http://loadystudio.cf