Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.27 KB

File metadata and controls

39 lines (24 loc) · 1.27 KB

Python-Text-Editor

Python 3.6

A Lighting Fast text editor made in python using tkinter

Contains many functions like changing the text colors, changing background, night mode, bolding the font, printing the typed out text and italic font

Light Mode

image

Dark Mode

image

Mac and Linux executables releasing soon :)

Dependencies

this app requires python, pywin32 and tkinter to be installed in your computer, tkinter and pywin32 can be installed using the commands

pip install tk

and

pip install pywin32

Instructions to install the app

Go to releases and download the latest release

Make sure your python version and pip version is up to date

After installing tkinter and pywin 32, download the latest release and open the exe file given

Now you are ready to use the app!

Thank you for downloading :)