Skip to content

deekondarajesh/password_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Checker

A Python tool that checks the strength of a password.

Features

  • Detects weak, medium, and strong passwords
  • CLI usage
  • Comes with unit tests (pytest)

Installation

Clone the repo and install dependencies:

git https://github.com/deekondarajesh/password-checker.git
cd password-checker
python -m venv .venv
# Activate venv
# Windows:
.venv\Scripts\activate
# Mac/Linux:
source .venv/bin/activate
pip install pytest

About

A Python based project to check password strength

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages