Skip to content

Electro-Corp/Python-Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Text-Editor

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
image

Built in File-Format, .rbtf (really bad text format)

.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..

Built in C++ and Python Compiling

As long as your computer has G++ and Python3

About

Python Text Editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages