Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 328 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 328 Bytes

Password Generator

Simple password generator using python

Arguments:

  • -l/--length Specify a length to the password
  • -s/--symbols Adds symbols to the password
  • -u/--upercases Adds uppercase alphabets to the password
  • -n/--numbers Adds numbers to the password.

Usage

Example:

python3 pass_gen.py -sun