This is a Text editor programed in python using Tkinter and OS libraries.The aim of this project was to implement user-freindly text editor that allows you to write and edit on your text through controlling size, font or color .
-
This text editor allows you to save, open existing file or create new file .
-
It allows you to do attributes such as copy, paste or cut .
-
It can let you quit the file if you wish.
This project requires having python installed. Also requires pacakages to be download via
pip:
tkinter
os
Clone the repository
git clone https://github.com/Ali-0110/Text-Editor.git
cd Text-Editorrun code
python text editor.py