Skip to content

Simple Text Editor: A lightweight and easy-to-use text editor built with Python and Tkinter. Features include opening and saving text files. Ideal for basic text editing tasks and serves as a great starting point for those looking to understand how text editors work

Notifications You must be signed in to change notification settings

absar0920/text_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Text Editor

Description

This is a simple text editor built with Python and the Tkinter library. It allows you to open and save text files.

Installation

From GitHub Release

  1. Navigate to the releases page of the project.
  2. Download the latest release.
  3. Unzip the downloaded file.
  4. Install Python if you haven't already. You can download it from here.
  5. Run the text editor with Python by opening a terminal/command prompt, navigating to the directory containing the downloaded file, and running python filename.py.

From Source

  1. Clone the repository to your local machine.
  2. Navigate to the project directory with cd project.
  3. If necessary, checkout the specific tag with git checkout tags/<tag_name>.
  4. Install Python if you haven't already. You can download it from here.
  5. Run the text editor with Python by opening a terminal/command prompt, navigating to the directory containing the downloaded file, and running python main.py.

Usage

After launching the text editor, you can open a file by clicking the 'Open' button and selecting a file. You can save your work by clicking the 'Save As...' button and choosing a location and name for your file.

Contributing

Provide instructions on how to contribute to your project here.

License

Include information about your license here.

About

Simple Text Editor: A lightweight and easy-to-use text editor built with Python and Tkinter. Features include opening and saving text files. Ideal for basic text editing tasks and serves as a great starting point for those looking to understand how text editors work

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages