A lightweight text editor built with Python and Tkinter, featuring a clean and modern interface.
- Basic text editing capabilities
- Cursor navigation
- Line wrapping
- Real-time text rendering
- Blinking cursor
- Clone the repository:
git clone https://github.com/yourusername/simple-text-editor.git
cd simple-text-editor- Install the package in development mode:
pip install -e .Run the editor using:
python -m editor.mainTo contribute to the project:
- Create a virtual environment:
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate- Install development dependencies:
pip install -e ".[dev]"MIT License