An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# NeroEditor
[![Language](https://img.shields.io/badge/language-python-blue.svg?style=flat)](https://www.python.org)

**NeroEditor** is a simple and flexible text editor with basic features for editing text.

![Screenshot_91](https://github.com/user-attachments/assets/169bc672-afe7-4513-8610-186e91b0d6cc)

# How It Looks 👀

Screenshots

![start_screen](https://github.com/user-attachments/assets/8ee5ac0d-bbbd-4794-a47e-04d02bc31389)

![Screenshot_91](https://github.com/user-attachments/assets/169bc672-afe7-4513-8610-186e91b0d6cc)

# 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

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/W7W61324M0)