A simple but efficient password generator, especially if you use keepass as a password manager. Passing the length of the password to be created as an argument. Although there are already tools that create passwords by default, this simple script does it quickly and on the fly.
I use it a lot, so I decided to share it. Maybe it will be useful to you.
pip install -r requirements.txt
chmod +x gen.py
./gen.py
# use script bin
mv modules/ /usr/bin/modules
mv gen.py /usr/bin/genpy
genpy
- At least the length must be 8
- Copy the password to the clipboard
- It is GPLv3, it can be modified and distributed freely
- It is in beta, possible bugs!
There are no better things than learning and realizing you don't know and never stopping doing it.. - Jpys