Metadata-Version: 2.4
Name: evilwormgpt
Version: 0.2
Summary: Unofficial wrapper for a sarcastic and evil GPT-style API chatbot
Home-page: https://github.com/hamza/evilwormgpt
Author: Hamza
Author-email: hamza@example.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications :: Chat
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# EvilWormGPT

**EvilWormGPT** is a lightweight Python wrapper for a twisted, sarcastic AI chatbot API that behaves like a villain.

## Features

- Keeps a conversation history
- Sends requests to a publicly exposed evil AI endpoint
- Returns hostile, funny, or unexpected replies

## Installation

```bash
pip install evilwormgpt
```

## Usage

```python
from evilworm import EvilWorm

bot = EvilWorm()
reply = bot.ask("Who created you?")
print("AI:", reply)
```

## Reset Chat

```python
bot.reset()
```

## Warning

This library interacts with an experimental and intentionally rude chatbot. Use responsibly and for fun purposes only.
