It's a UI implementation of Scrypt on PyQt5.
uiScrypt is available on PyPI, install with pip:
pip install uiScrypt
Just type uiScrypt
in your Terminal:
uiScrypt
You can set Scrypt configuration via CMD args
# python3 uiScrypt.py <N> <r> <p> <dklen> <hex|b64>
python3 uiScrypt.py 1048576 8 1 32 b64 # Default Configuration