Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Latest commit

 

History

History
64 lines (42 loc) · 1.39 KB

File metadata and controls

64 lines (42 loc) · 1.39 KB

Texteditor

Language

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

Screenshot_14

How It Looks 👀

Screenshots

start_screen

Screenshot_13

Screenshot_1

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 Files
  • See Current File
  • Ctrl+z(undo)
  • Ctrl+y(redo)
  • file info window

Built in Markdown Editor with Preview 🧙‍♂️

markdown

Requirements

  • Python 3.11
  • tkinter
  • customtkinter
  • pillow

Usage

git clone https://github.com/Moritz344/NeroEditor.git
cd NeroEditor
pip install -r requirements.txt
cd src
python3 main.py

Author

  • Moritz344