A simple and customizable password generator built with Python. This script allows users to generate secure passwords of any length, with optional inclusion of numbers and symbols.
- Choose password length
- Option to include numbers (0–9)
- Option to include symbols (!@#$%^&*...)
- Ensures a strong mix of character types
- Randomly shuffled output to avoid patterns
- Python 3
randomandstringstandard libraries
Clone the repository