Skip to content

Morg207/TextEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

TextEditor

My completely Python and Tkinter based, fully featured text editor.

Tkinter Text Editor

A fully featured text editor built with Python and Tkinter. Designed to be simple yet powerful enough for everyday text editing and Python coding.

Features

  • Recent files list for quick access to your work.
  • Python syntax highlighting to make coding easier.
  • File, Edit, and Options menus with essential functionality.
  • Common keyboard shortcuts to speed up your workflow.
  • Title changes to indicate unsaved changes.
  • Confirmation prompt when closing with unsaved changes.
  • Light and Dark themes for comfortable editing.
  • Toolbar buttons: New, Open, Save, Save As, Close.
  • Custom undo and redo stack for reliable editing history.
  • Real-time line and column tracking.
  • Word wrap toggle to control text flow.
  • Find words feature for quick search.
  • Python mode (with syntax highlighting) and plain text mode.
  • Basic editing actions: Select All, Cut, Copy, Paste.

Installation

  1. Make sure Python 3 is installed.

Future plans

I may add word replace features in the future.

Screenshots

Text Editor Screenshot Text Editor Screenshot 2

About

My completely Python and tkinter based, fully featured text editor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages