This is a small Python project, the program password generation with characters, numbers, and punctuation.
- Generate random passwords, with letters lower and upper, digits, and punctuation.
- Python 3
-
Clone this repository or download the Archives
-
Go to the project directory
-
Execute this program with the command:
python password_generator.py
-
Password is shown on the console.
A random password is: cp^.UNrP
> - MIT License