Skip to content

TateWilson1/testing_password_strength_with_GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Password Strength Checker GUI

A Python Tkinter application that evaluates password strength and gives users simple visual feedback about how to improve weaker passwords.

Overview

This project focuses on user-facing security education. The app scores a password based on common strength indicators and displays the result through a color-coded GUI.

Features

  • Password strength scoring from weak to strong
  • Checks for length, uppercase letters, lowercase letters, digits, and special characters
  • Color-coded feedback using a visual slider
  • Guidance messages to help users improve weak passwords
  • Lightweight Tkinter interface

What This Demonstrates

  • Python GUI development
  • Password policy fundamentals
  • User-centered security feedback
  • Translating security rules into simple visual guidance

Run Locally

python testing_password_strength_with_GUI.py

Portfolio

View my portfolio: https://tatewilson1.github.io/

About

Tkinter password strength checker with real-time scoring and user guidance.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages