Skip to content

krzysztofjordan/text_editor

Repository files navigation

Simple Text Editor

A lightweight text editor built with Python and Tkinter, featuring a clean and modern interface.

Features

  • Basic text editing capabilities
  • Cursor navigation
  • Line wrapping
  • Real-time text rendering
  • Blinking cursor

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/simple-text-editor.git
cd simple-text-editor
  1. Install the package in development mode:
pip install -e .

Usage

Run the editor using:

python -m editor.main

Development

To contribute to the project:

  1. Create a virtual environment:
python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  1. Install development dependencies:
pip install -e ".[dev]"

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages