Skip to content

MAX-P0W3R/RandomPasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

A simple random password generator

  1. Defaults to 28 character password output
  2. Accepts one argument of a number between 4-32
  3. Input validation used
`python3 .\script.py`
Your 28-character password is: _9Z-PGnh_si,b,uKTH$9Sp!4F!_v
-----------------------------------------------------------
`python3 .\script.py 22`
Your 22-character password is: sg!Y@9[/Xmnh@i/}Y$jqhm
-----------------------------------------------------------
`python3 .\script.py 3`
Please enter a number between 4 and 32: 16
Your 16-character password is: W(NJqBMWY1ul-!vd
-----------------------------------------------------------

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages