This is a Python script that generates strong, secure passwords. The passwords are a mix of uppercase and lowercase letters, numbers, and special characters, and users can specify the length and number of passwords to generate.
- Generates random, secure passwords
- Includes a mix of uppercase letters, lowercase letters, digits, and special characters
- Allows users to specify the length and number of passwords
- Python 3.x
Clone this repository or download the password_generator.py file.
-
Open a terminal or command prompt.
-
Navigate to the directory where
password_generator.pyis located. -
Run the script using Python:
python password_generator.py Welcome to the Simple Password Generator! Enter the desired length of the password: 12 Enter the number of passwords to generate: 3 Generated Passwords: 1: G#5d!x2KzP8A 2: n$7F%kQ1bR4L 3: v2E@tH9uM6oW