Skip to content

Latest commit

 

History

History
 
 

Password Strength Checker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Password Strength Checker

Description

A password strength checker that utilizes machine learning to classify the strength of passwords. This project provides a simple interface for users to input their passwords and receive feedback on their strength based on various criteria.

Features

  • Classifies password strength into multiple categories.

Installation

  1. Clone the repository:
    git clone https://github.com/DhanushNehru/Python-Scripts
    cd "Password Strength Checker"
    
  2. Create and activate a virtual environment:
    python3 -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
    
  3. Install the required packages:
    pip install -r requirements.txt
    

Usage

To run the password strength checker:

python main.py