Metadata-Version: 2.4
Name: anime_gif_random
Version: 0.1.0
Summary: Random anime GIF viewer
Home-page: https://github.com/yourusername/anime_gif_random
Author: Your Name
Author-email: your_email@example.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
Requires-Dist: requests
Requires-Dist: Pillow
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Anime GIF Random 🎉

A simple Python package to **view random anime GIFs** using the Giphy API.  
You can easily display anime animations in your Python projects, Jupyter Notebook, or just for fun!

---

## ✨ Features
- 🔥 Get **random anime GIFs** from Giphy API  
- 🎯 Search GIFs by keyword (e.g. "Naruto", "One Piece")  
- 🖼️ Display GIFs directly in **Jupyter Notebook** or **open locally**  
- 📦 Lightweight & easy to use  

---

## 📦 Installation

```bash
pip install anime_gif_random
