Metadata-Version: 2.1
Name: password_strength_checker_pro
Version: 1.0.0.1
Summary: A password strength checker with leak detection
Author: Oageng Motlapele
Author-email: oagengmtlapele@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Password Strength Checker

An open-source library to check password strength based on custom criteria and verify if the password has been leaked in the RockYou dataset.

## Features
- Verify password strength based on length, character types, and special characters.
- Check if the password exists in the RockYou dataset.

## Credits

This library was developed by **Oageng Motlapele** as part of an open-source initiative. Portions of the code and design were created with assistance from OpenAI's ChatGPT.

If you use this library, feel free to credit the author and contribute to its development!


## Installation
```bash
pip install password_strength_checker


