Skip to content

bileshg/SimpleTextEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Text Editor App

Description

This Python application is a simple yet functional text editor built using the Tkinter GUI library. It offers basic text editing capabilities such as opening, editing, and saving text files, along with additional features like undo/redo, cut/copy/paste, and zoom in/out functionality.

Installation

  • Ensure Python is installed on your system.
  • Install the required packages using pip:
    pip install tkinter
    pip install clipboard
    

Features

  • File Operations: Open, save, and create new text files.
  • Edit Menu: Undo, redo, cut, copy, and paste operations.
  • View Menu: Zoom in and zoom out for better readability.
  • Resizable Interface: The window can be resized to suit user preferences.

Usage

  • Run the script to start the application:
    python app.py
    
  • Use the menu bar at the top of the application window to access different functionalities.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages