A secure and customizable password generator written in Python.
This tool generates strong passwords using cryptographically secure randomness (secrets module), with support for configurable length, numbers, and special characters.
- ✅ Secure randomness (cryptographically safe using
secrets) - ✅ Configurable length (min and max)
- ✅ Optional inclusion of numbers
- ✅ Optional inclusion of special characters
- ✅ Guaranteed character variety (if enabled)
This project only uses Python's built-in libraries.
No external packages are required.
Clone this repository:
git clone https://github.com/your-username/secure-password-generator.git
cd secure-password-generator