Python Forum
My long text editor project - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: My long text editor project (/thread-41156.html)



My long text editor project - Arielp2 - Nov-20-2023

Hi guys,
I've been working on a text editor (when I was able to) for more than a year,
it's not completely finished but it is approaching a great state lately.
the project is around 6500 lines (I'm aware that the project will be needed to be separated to few files sooner or later)
the project is so long because in the text editor I squeezed many tools (even many unusual ones), and the project is also very customizable.
the text editor also supports basic python code editor functionalities, and a Dev mode that have more functions/tools.
and lastly the project have many options to various things, and the most common option are saved in a .json file.
because the project is very long and required assets I will leave it's GitHub link here (instead of copy pasting)
[attachment=2645]