Python Text Editor
Currently , main.py
, for the tk window init, and texteditor.py
, for the real app.
Should work on any system that supports python, as it only uses built in librarys
.rbtf is the file format that it uses, tho it can save and read other formats too.
.rbtf format:
FONT
(font data here)
TEXT
(text for file here)
Will increase in complexity as time goes on..
As long as your computer has G++ and Python3