Skip to content

This repository contains a simple text editor built using the Tkinter library in Python. The text editor provides basic functionality to create, open, and save text files. It's designed to be user-friendly and lightweight, making it a suitable option for quick and simple text editing tasks.

Notifications You must be signed in to change notification settings

tirth1305/Text-Editor-Using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Text Editor Using Python

This is a simple text editor built using the Tkinter library in Python. It provides basic functionality to create, open, and save text files. Here's a brief overview of the features:

Features

  1. New File: Clears the current text in the editor to create a new file.
  2. Open File: Allows you to select and open an existing text file.
  3. Save File: Enables you to save the current text in the editor to a file.

How to Use

  1. Run the script.
  2. Use the "File" menu to create a new file, open an existing file, or save the current file.
  3. When saving a file, you'll be prompted to choose a location and enter a file name.

Requirements

  • Python 3.x
  • Tkinter library (usually included with Python)

Usage

  1. Clone the repository:

    git clone https://github.com/tirth1305/Text-Editor-Using-Python.git
  2. Navigate to the project directory:

    cd Text-Editor-Using-Python
  3. Run the script:

    python TEXTEDITOR.py

License

This project is licensed under the MIT License.

Feel free to modify and use the code as needed for your projects. If you encounter any issues or have suggestions for improvement, please open an issue or submit a pull request.

Happy coding!

About

This repository contains a simple text editor built using the Tkinter library in Python. The text editor provides basic functionality to create, open, and save text files. It's designed to be user-friendly and lightweight, making it a suitable option for quick and simple text editing tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages