A Python-based password strength checker with:
- β GUI using Tkinter
- π Checks against HaveIBeenPwned breach database
- π Entropy-based strength meter
- π Dark mode GUI
- πΎ Save report feature
| Feature | Description |
|---|---|
| GUI Interface | Built with Tkinter and styled with dark mode |
| Entropy Meter | Displays strength in real-time (0% to 100%) |
| Breach Detection | Uses k-Anonymity with HaveIBeenPwned API |
| Weak Password Check | Flags short, simple, or dictionary passwords |
| Save Report | Allows exporting feedback as .txt file |
- Python 3.7+
requestslibrary
pip install requests