A GUI-based Python application that evaluates password strength using entropy calculation, checks against common wordlists, and validates if the password appeared in real-world data breaches using the Have I Been Pwned API.
- π Real-time password strength calculation using entropy.
- π Detects common and weak passwords.
- π Checks if the password has been exposed in data breaches.
- π¨ Modern GUI with Comic Sans style and colorful progress bar.
- Python 3 β Core programming language
- Tkinter β GUI interface for desktop application
- Requests β For querying the Have I Been Pwned API
- Hashlib β SHA-1 hashing for password breach check
- re (Regex) β Pattern matching to analyze password structure
- math β Entropy calculation using logarithms
- Pwned Passwords API β External API for breach data


