Skip to content

A simple text editor built using Python and Tkinter. This project helps understand Python basics, GUI design, and file handling by allowing users to write, edit, and save plain text files. It was developed as part of a micro project to improve programming skills and explore Python's capabilities.

Notifications You must be signed in to change notification settings

harshad8782/Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Simple Text Editor using Python

This is a basic Text Editor application built using Python and Tkinter as part of a micro project to understand Python fundamentals and improve GUI development skills.

πŸ” Description

This project demonstrates how to create a simple text editor using Python's Tkinter library. The editor supports basic operations like writing, editing, and saving plain text files.

🎯 Aim of the Project

  • Understand the basics of Python programming.
  • Learn GUI development with Tkinter.
  • Enhance programming and software development skills.

πŸ’‘ Features

  • Create and edit text files
  • Save files locally
  • Simple and intuitive GUI using Tkinter

πŸ“š Course Outcomes

  1. Interpret features of Python IDLE.
  2. Configure Python environment and development tools.

πŸ› οΈ Procedure Followed

  1. Imported the tkinter package and defined required widgets and variables.
  2. Placed buttons and text area on a frame.
  3. Used grid layout for proper UI arrangement.
  4. Created functions to handle writing, editing, and saving of text files.

🧰 Resources Used

No. Resource Specifications Remarks
1 Laptop Windows 11, 8GB RAM Used for coding
2 Python IDLE Python 3.x Coding Platform

πŸš€ Getting Started

Prerequisites

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

Run the App

python text_editor.py

About

A simple text editor built using Python and Tkinter. This project helps understand Python basics, GUI design, and file handling by allowing users to write, edit, and save plain text files. It was developed as part of a micro project to improve programming skills and explore Python's capabilities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages