ghostmkg / programming-language

You write code in any programming language you want. And push the code.
33 stars 79 forks source link

Added a Simple Text Editor using Python and Tkinter #32

Closed BigBang001 closed 4 days ago

BigBang001 commented 5 days ago

Title:

Added a Simple Text Editor using Python and Tkinter

Description:

This pull request adds a basic Text Editor application built using Python and the Tkinter library. The text editor allows users to:

This addition can serve as a simple utility for opening, editing, and saving text files directly from the GUI. It also demonstrates basic usage of the Tkinter library for creating GUI-based Python applications.