Skip to content

Charantej07/Text-editor-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✏️ Text Editor using Python

This project implements a basic text editor using Python's Tkinter library. It allows users to perform typical text editing operations, change text color, font, and size, as well as open, save, and create new text files.

Reference Image

🚀 Features

  • Text Editing: Create, edit, and save text files.
  • Customization: Change text color, font, and size according to preferences.
  • File Operations: Open, save, and create new text files from within the application.
  • Basic Editing Operations: Cut, copy, and paste functionalities for text manipulation.
  • About Section: Provides information about the application.

ℹ️ How to Use

  1. Clone this Repository:
    git clone https://github.com/Charantej07/Text-editor-using-Python
  2. Run the Python script:
    python main.py
  3. Text Manipulation: Use the menu bar for file operations (new, open, save, exit), edit operations (cut, copy, paste), and access the about section.
  4. Text Customization: Change text color, font, and size using the available options in the GUI.
  5. File Operations: Create new files, open existing ones, and save changes made to files.

🛠️ Requirements

  • Python 3.x
  • Tkinter library (usually included in Python standard library)

🤝 Contributions

Contributions to improve or extend the functionality of this text editor project are welcome! Fork this repository, make changes, and create pull requests.

📄 License

This project is licensed under the MIT License.

About

A simple text editor developed using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages