/tkinter-text-editor

A text editor in Python 3.6+ with Tkinter, tutorial by pymike00 on youtube

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

tkinter-text-editor

A text editor in Python 3.6+ built with Tkinter by following the tutorial by pymike00 on youtube.

Tutorial

Credit where credit is due, this is a great tutorial. Packed with useful information that is easy to follow. Check out the videos starting at part one.

Dependencies

Python3.6 or higher (for ubuntu, sudo apt install python3) Tkinter (for ubuntu, sudo apt install python3-tk)

How to run

python3 editor.py

In action

Screenshot of the text editor