This is a random password generator in python that does NOT store ANY of your data.
Where can I use it ?:
- Windows (.exe compiled version available on GitHub)
- Ubuntu
- macOS
With this script, you can:
- Select the password length
- Enable/disable numbers
- Enable/disable special chars
- Change the special char list
HOW TO DOWNLOAD:
pip3 install py_pass
orgit clone https://github.com/ZKAW/PyPass
or- Download the .zip by clicking here
HOW TO LAUNCH:
- Import the script with:
from py_pass import randPass
or - Launch the script with:
python3 PyPass.py
(python3 required)
or - Launch the Windows .exe (python not required)
HOW TO USE PIP MODULE:
- You can find the pip tutorial on the pypi project page
HOW TO HELP ME:
- Like
- Fork
- Tell your friend about it ! :)
⚠ DISCLAIMER ⚠
This script is not storing ANY of your data, so you can use it in a totally transparent and safe way. Enjoy ! :)