This Python script generates strong passwords with customizable lengths. It utilizes a combination of uppercase letters, lowercase letters, digits, and special characters to create secure passwords.
-
Clone the repository to your local machine:
git clone https://github.com/iNoles/Password-Generator.git
-
Navigate to the directory:
cd Password-Generator
-
Run the script:
python password_generator.py
-
You will be prompted to enter the desired length of the password. If you don't provide any input, a password of length 12 will be generated by default.
-
Once the password is generated, it will be displayed on the screen.
$ python password_generator.py
Enter the length of the password (default is 12):
Generated Password: sN@2zGvW9#F8
- Python 3.x