Metadata-Version: 2.4
Name: jack-email-spam
Version: 0.1.0
Summary: Email automation/testing utilities (educational / legitimate use only).
Home-page: https://github.com/yourusername/jack-email-spam
Author: Your Name
Author-email: your.email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: user-agent
Requires-Dist: pyfiglet
Requires-Dist: rich
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Hold

A Python library for sending spam emails (for educational purposes only).

## Installation

```bash
pip install Hold
```

## Usage

```python
from Hold import send_spam_email

# Replace with the target email address
target_email = "example@example.com"
send_spam_email(target_email)
```

## Disclaimer

This tool is provided for educational purposes only. Misuse of this tool for illegal activities is strictly prohibited. The author is not responsible for any misuse or damage caused by this software.

