Skip to content

lesley-cyborg/password-strength-checker-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

🔐 Password Strength Checker 2

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

📸 Screenshot

screenshot


⚙️ Features

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

🔧 Installation

Requirements

  • Python 3.7+
  • requests library
pip install requests

About

A password strength checker with GUI, entropy meter, and breach detection via HaveIBeenPwned API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors