ethull / NotepadTK

cross-platform text editor built with tkinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotepadTK

An educational attempt to construct a cross-platform multi-purpose text editor with additional features

dependancies

  • win
    • python3 with standard libraries
  • linux
sudo apt install python3 python3-tk

features

  • open/save/edit files as text
  • open interface within text area to check hashes
  • unimplemented
    • open interface within next area to check encryption

run

cd src
python3 main.py

About

cross-platform text editor built with tkinter

License:GNU General Public License v3.0


Languages

Language:Python 100.0%