Yet another simple to use CLI password generator
Go to file
2022-05-31 18:20:35 +02:00
LICENSE Update 'LICENSE' 2021-12-15 20:33:59 +01:00
password_generator.py Used python's secrets class to generate more secure passwords 2022-01-20 23:13:28 +00:00
README.md Update 'README.md' 2022-05-31 18:20:35 +02:00

password-generator-cli

A simple password generator written in Python. Excludes ambiguous characters by default and gives the user options to include uppercase letters, numbers, and symbols.

Written using a class instead of a simple script because I wanted more practice with classes in Python.

Usage: Clone this repository or download the password_generator.py file. Run with python password_generator.py, or the equivalent for your system, and follow the prompts to create your new password.

Contributor

agileDesigner