This is a simple Python script that generates a random password based on user input. The script uses a combination of uppercase letters, lowercase letters, digits, and special characters to create a strong password.
- ✅ Generates a random password of user-specified length
- ✅ Includes uppercase and lowercase letters, numbers, and special characters
- ✅ Uses Python's built-in
randomandstringmodules
- Python 3.x
-
Clone the repository or download the script.
-
Run the script using Python:
python password_generator.py