tnt2

A simple note taking program with advanced encryption


Keywords
python, tkinter
License
Other
Install
pip install tnt2==1.1.3

Documentation

tnt2

This is a new version of tnt where I used OOP concepts of Python. The result is cleaner more maintainable code. It also supports simple xor encryption, which I plan to upgrade to AES or RSA, but probably AES algorithm. Visit My Website here: http://www.benedict.heliohost.org

##############################################################################

INSTALLATION:

    git clone git@github.com:benedict-tshaba/tnt2.git && cd tnt2
    chmod +x setup.py
    sudo ./setup.py install
    tnt2

Alternatively:

#first install Tkinter if you dont have it already.
sudo apt-install python-tk
sudo pip install tnt2