/passwordcheck

Password strength checker using Tkinter-based Graphical User Interface (GUI)

Primary LanguagePythonMIT LicenseMIT

Password Strength Checker with Tkinter GUI

Project Overview

This is a simple Python application that allows you to check the strength of your passwords using a Tkinter-based Graphical User Interface (GUI). The application checks if your password meets the specified criteria and categorizes it as either "Strong", "Good" or "Weak."

Installation

Before running the Password Strength Checker, make sure you have Python and Tkinter installed on your system. Most Python distributions come with Tkinter included.

How to Run

1. Clone or download this repository to your local machine.
2. Open your terminal or command prompt.
3. Navigate to the directory where you saved the Password Strength Checker files.
4. Run the script using the following command:

python3 pwdcheck.py

5. The GUI window will open, allowing you to enter passwords and check their strength.
6. Enter a password in the input field and click the "Check Password Strength" button.
7. The result will be displayed in the GUI.