A simple, interactive, and secure password generator built with Python.
Generate strong passwords easily with customizable options — including uppercase, lowercase, digits, symbols, and clipboard copy support.
- Choose password length
- Include/exclude uppercase, lowercase, digits, symbols
- Avoid ambiguous characters (
O/0/l/I) - Option to copy automatically to clipboard
- Interactive CLI with colorful prompts 🎨
- Buildable to
.exe(Windows standalone)
- Python 3.8+
- Install dependencies:
pip install -r requirements.txt