Skip to content

Moritz344/NeroEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeroEditor

Language

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

Screenshot_95

How It Looks 👀

Screenshots

start_screen

Screenshot_95

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 3.11
  • tkinter
  • customtkinter
  • CTkListbox
  • CTkMessagebox
  • CTkToolTip

Usage

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.

Author

  • Moritz344