https://github.com/moritz344/neroeditor
notes app written in python.
https://github.com/moritz344/neroeditor
customtkinter noteapp-python python texteditor
Last synced: over 1 year ago
JSON representation
notes app written in python.
- Host: GitHub
- URL: https://github.com/moritz344/neroeditor
- Owner: Moritz344
- License: mit
- Created: 2025-02-13T17:31:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T15:54:37.000Z (over 1 year ago)
- Last Synced: 2025-03-08T16:29:28.856Z (over 1 year ago)
- Topics: customtkinter, noteapp-python, python, texteditor
- Language: Python
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeroEditor
[](https://www.python.org)
**NeroEditor** is a simple and flexible text editor with basic features for editing text.

# How It Looks 👀
Screenshots


# Features
- 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
# Requirements
- Python
- tkinter
- customtkinter
- sys
- CTkListbox
- CTkMessagebox
- CTkToolTip
- subprocess
- re
# Usage
```bash
git clone https://github.com/Moritz344/NeroEditor.git
cd NeroEditor
cd src
python3 main.py
```
âš Note: There is no executable files yet.
If you want to test the app, you'll need to build it from the source code.
# Author
- Moritz344
[](https://ko-fi.com/W7W61324M0)