Metadata-Version: 2.4
Name: animact
Version: 1.0.0
Summary: Fetch anime action and reaction images easily.
Home-page: https://github.com/monabborhossain/animact
Author: Monabbor Hossain
Author-email: monabborhossainrafi@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# animact

Anime-themed action and reaction image API wrapper for Python.

![PyPI](https://img.shields.io/pypi/v/animact)
![License](https://img.shields.io/github/license/monabborhossain/animact)

---

## ✨ Features

- Simple API to fetch anime reaction/action images
- Over 50+ categories: hug, pat, slap, wave, etc.
- Minimal dependencies (Only httpx)
- Simple and easy-to-use

---

## 🚀 Installation

```bash
pip install animact
```

---

## 🧪 Example

```python
import animact

img_url = animact.hug()
print(img_url)  # Outputs a random hug image URL
```

---

## 📚 Available Actions

- lurk
- shoot
- sleep
- shrug
- stare
- wave
- poke
- smile
- peck
- wink
- blush
- smug
- tickle
- yeet
- think
- highfive
- feed
- bite
- bored
- nom
- yawn
- facepalm
- cuddle
- kick
- happy
- hug
- baka
- pat
- angry
- run
- nod
- nope
- kiss
- dance
- punch
- handshake
- slap
- cry
- pout
- handhold
- thumbsup
- laugh
- bully
- lick
- bonk
- glomp
- kill
- cringe
- spank

---

## 🌟 Star This Project

If you like this project, please consider [starring it on GitHub](https://github.com/monabborhossain/animact) — it really helps!

---

## 🧑‍💻 Contributing

Pull requests are welcome. For major changes, please open an issue first.

---

## 📄 License

MIT License — see `LICENSE` file for details.

---

## ☕ Support Me

[![Buy Me a Coffee](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/monabborhossain)
