Metadata-Version: 2.4
Name: passgenius
Version: 0.1.0
Summary: A smart password generator and strength checker
Author-email: Nasarah Peter Dashe <godwinfirstfruit4b@gmail.com>
License: MIT
Keywords: password,generator,security,checker
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# PassGenius 🧠🔑

A smart password generator and strength checker.

## Installation
```bash
pip install passgenius
```

## Usage
```bash
passgenius generate 12
passgenius check MyPassword123!
```

## Features
- Generate strong random passwords
- Evaluate password strength (weak → strong)
- Simple CLI interface

Author: Nasarah Peter Dashe <godwinfirstfruit4b@gmail.com>
License: MIT
