A lightweight and responsive text editor built with Python's Tkinter library. This project demonstrates the core principles of GUI development, offering essential features like file opening, editing, and saving for .txt
files. It is a practical example of Python’s versatility in real-world applications, perfect for exploring GUI programming.
- File Operations: Open, edit, and save .txt files effortlessly.
- User-Friendly Interface: Clean and responsive design for enhanced usability.
- Lightweight: Efficiently handles basic text editing tasks.
Prerequisites
- Python 3.x
- Tkinter (pre-installed with Python)
How to Run
- Clone this repository:
git clone https://github.com/VarshithGovi/Text-editor-using-Python.git
- Navigate to the project directory:
cd Text-editor-using-Python
- Run the main script:
python main.py
- Language: Python
- Framework: Tkinter
Contributions are welcome! Feel free to fork the repository, make changes, and submit a pull request.
This project is licensed under the MIT License. See the MIT License file for details.