Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.61 KB

File metadata and controls

56 lines (34 loc) · 1.61 KB

📝 Text Editor Using Python

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.

🌟 Features

  • 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.

🚀 Getting Started

Prerequisites

  • Python 3.x
  • Tkinter (pre-installed with Python)

How to Run

  1. Clone this repository:
 git clone https://github.com/VarshithGovi/Text-editor-using-Python.git
  1. Navigate to the project directory:
 cd Text-editor-using-Python
  1. Run the main script:
 python main.py

💻 Technologies Used

  • Language: Python
  • Framework: Tkinter

📂 Repository Structure

  • main.py: The primary script for the text editor.
  • README.md: Project documentation.

🤝 Contributing

Contributions are welcome! Feel free to fork the repository, make changes, and submit a pull request.

📜 License

This project is licensed under the MIT License. See the MIT License file for details.

⭐ Don’t forget to star this repo if you found it helpful!