A basic password generator
Go to file
maddie 16faa0089d first commit 2021-03-12 20:46:31 +00:00
README.md first commit 2021-03-12 20:46:31 +00:00
password_generator.py first commit 2021-03-12 20:46:31 +00:00

README.md

Password Generator

Description

A very simple Python script for generating pseudorandom passwords

How To Use

  • Clone the repo/copy the script
  • Run the script python password_generator.py
  • Get your new password

Modify Passwords

To modify passwords generated update line 29 with new params

Future Plans

Make this an interactive CLI and not a one and done script