Skip to content

A simple but efficient password generator, especially if you use keepass as a password manager.

License

Notifications You must be signed in to change notification settings

JuanPerdomo00/generador-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyssWord 🕵️‍♂️

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.

Use

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

About

A simple but efficient password generator, especially if you use keepass as a password manager.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages