/KNOTE

A simple notepad written with Python and his library "tkinter"

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

KNOTE free OpenSource Basic Text Editor

A simple notepad writted with Python and his library "tkinter" and for highlight used pygments KNOTE use for write All Language

Install

Linux/UNIX + Mac/Darwin

$ git clone https://github.com/ikalandar/KNOTE.git
$ cd ./KNOTE
$ python3 ./KNOTE.pyw <filename [default: "main.py"]>

Windows

Just install git for Windows and run it using python or py command form CMD ;)