A sleek and modern password generator built with Python and CustomTkinter, featuring a strength meter, clipboard copy, regenerate button, and save-to-file functionality.
- ✅ Generate strong passwords with letters, numbers, and symbols
- ✅ Real-time password strength meter (Weak / Medium / Strong)
- ✅ Copy password to clipboard instantly
- ✅ Regenerate button for quick reset
- ✅ Save generated password to a
.txtfile - ✅ Clean and modern GUI with
customtkinter
- Python 3.10 or higher
- Install required libraries:
pip install -r requirements.txt
<<<<<<< HEAD
=======
python password_generator.py
