/password-generator

Python - Random Password Generator ( R.P.G. )

MIT LicenseMIT

Python - Random Password Generator ( R.P.G. ) 🔒

🔑 Features

  • Generate 100% secure password.
  • Random password generation.
  • Custom password length and password count.
  • Custom password type (Uppercase, Lowercase and Number).
  • Open Source

🧰 Clone with HTTPS

git clone https://gitlab.com/foadh/password-generator.git

💻 Generating a password via following command

python password_generator.py
or
python3 password_generator.py

Python - Random Password Generator