Skip to content

A straightforward and user-friendly desktop application created using Tkinter, designed for simple text editing tasks. It enables users to create, open, edit, and save text files efficiently, making it an ideal tool for quick note-taking or editing plain text documents.

Notifications You must be signed in to change notification settings

danieldotwav/Python-Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Python Text Editor

Screenshot 2024-02-21 101837

This Python Text Editor is a simple, lightweight text editor built with Tkinter. It's designed for basic text editing purposes, allowing you to create, open, and save text files with ease. This editor is perfect for quick edits to text files without the need for complex features found in full-fledged text editors.

Features

Text Editing

  • Open, edit, and save text files with the classic File menu options.
  • Undo and Redo functionality for easy error correction.
  • Basic text manipulation with Cut, Copy, and Paste actions.
  • Select All text with a single menu option for quick modifications.
  • Find and Replace feature.

Customization

  • Toggle line numbers on or off for a more streamlined or detailed view.

Line Numbers

  • Dynamic line numbers that update with your text for better reference and navigation.

Keyboard Shortcuts

  • Common keyboard shortcuts for all edit actions (dependent on platform-specific implementation).

User Interface

  • Simple and intuitive interface for a distraction-free writing and coding experience.
  • Resizable window to accommodate different screen sizes and user preferences.

Accessibility

  • Text area with word wrap for better readability of long lines.

About

A straightforward and user-friendly desktop application created using Tkinter, designed for simple text editing tasks. It enables users to create, open, edit, and save text files efficiently, making it an ideal tool for quick note-taking or editing plain text documents.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages