Before any usage please read this README.
It's a UI Version of NonHashpass.
You can make executable by yourself by running this commands:
# You may need to install python3 to perform this actions
git clone https://github.com/NotStatilko/uiNonHashpass
cd uiNonHashpass; pip3 install pyqt5
pyinstaller NonHashpass.py --onefile --noconsole
Executable will be in dist
folder.
To expand, you can use original NonHashpass module.