NoteFast

NoteFast is notepad without save button application


Keywords
note, fast, write
Install
pip install NoteFast==1.0

Documentation

notefast

NoteFast 1.0

pypi

How to Install Debian Base

-> $sudo apt-get install python3-distutils-extra

-> $sudo apt-get install python3-pyqt4

-> $sudo python3 setup.py install

How to Install Arch Base

-> $sudo pacman -S python-distutils-extra

-> $sudo pacman -S python-pyqt4

-> $sudo python3 setup.py install