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 Files
- See Current File
- Ctrl+z(undo)
- Ctrl+y(redo)
- file info window
- Python 3.11
- tkinter
- customtkinter
- pillow
git clone https://github.com/Moritz344/NeroEditor.git
cd NeroEditor
pip install -r requirements.txt
cd src
python3 main.py
- Moritz344