Password Generator
is a script that generates a secure and strong password with custom length.
-
Open your Terminal/cmd
-
git clone this project to your preferred directory.
-
cd password-generator
-
PasswordGenerator.py
or Execute:
ExecutePasswordGenerator.cmd
Set up a virtual environment and install the dependencies:
pip install -r requirements.txt
This project is licensed under the terms of the MIT license.