Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Readme.md

forthebadge

Password Generator Script

The python script can generate a password using ASCII, Digits and Special Characters of desired length.

What the program does?

  • Default generates password with ASCII, Digits and Special Characters
  • Can mix match (between ASCII, Digits and Special Characters) and generate a password

Requirements

Python 3

Usage

password.py [-h] -l [LENGTH] [-a] [-d] [-p]

GENERATE RANDOM PASSWORD OF LENGTH SPECIFIED WITH MIX AND MATCH. DEFAULT HAS
ASCII,DIGITS AND PUNCTUATIONS INCLUDED WITH LENGTH OF EIGHT

optional arguments:
  -h, --help   show this help message and exit
  -l [LENGTH]  Length For Password
  -a           Use ASCII Characters
  -d           Use Digits
  -p           Use Special Characters