NeroEditor is a simple and flexible text editor with basic features for editing text.
- Basic Syntax Highlighting for Python
- open text files,python files
- save text file,python files
- change font
- change font size
- change colorscheme
- change dark/light mode
- See Recent File
- See Current File
- Ctrl+z(undo)
- Ctrl+y(redo)
- line counter
- Python 3.11
- tkinter
- customtkinter
- CTkListbox
- CTkMessagebox
- CTkToolTip
git clone https://github.com/Moritz344/NeroEditor.git
cd NeroEditor
cd src
python3 main.py
⚠ Note: There is now an executable file you can run to use the app.
- Moritz344