Skip to content

4gth/python_pwdgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

python_pwdgen

A simple password generator that allows a user to generate one or many passwords that contain letters with options to include numbers and special characters.

This version uses Python's secrets module for cryptographically secure randomness.

You can pass arguments to the program

  • -l, --length Length of each generated password (default: 8)
  • -g, --count How many passwords to generate (default: 1)
  • -s, --symbols Include symbols (punctuation)
  • -n, --numbers Include numbers (0-9)

Example

python pwdgen.py -l 16 -g 20 -s -n

This will print 20 passwords, each 16 characters long, using symbols and numbers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages