Metadata-Version: 2.4
Name: chitram
Version: 0.1.0
Summary: 🎨 Chitram: Generate images from text prompts using AI
Author: Aman Mishra
Author-email: jarvisbyaman@gmail.com
License: MIT
Project-URL: YouTube, https://www.youtube.com/channel/UCuYpMYOiuQyGgdM9LXupLEg
Project-URL: Telegram, https://t.me/jarvisbyamanchannel
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: requests
Requires-Dist: Pillow
Requires-Dist: rich
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 📸 Chitram – The Image Imaginator

**Chitram** is a simple and powerful Python library that generates AI images using [Pollinations](https://pollinations.ai/). Whether you're a developer, student, or creator, Chitram helps bring your imagination to life with a single line of code.

---

## ✨ Features

- Generate stunning images using AI
- Easy one-liner usage
- Works with `.png`, `.jpg`, `.jpeg`, etc.
- Shows proper branding and creator credits
- Built-in exception handling

---

## 🧠 Installation

```bash
pip install chitram
```

---

## 🚀 Usage

```python
from chitram import GenerateImage

GenerateImage(
    prompts="A futuristic AI city floating in space",
    output_paths="output/ai_city.jpg",
    seed="random"
)
```

You can also call:

```python
from chitram import show_creator_links

show_creator_links()
```

---

## 🔧 Parameters

| Parameter     | Type      | Description                                 |
|--------------|-----------|---------------------------------------------|
| prompts      | str/list  | The text prompt(s) to generate image(s) from |
| output_paths | str/list  | Where to save the image(s) (e.g. "img.png") |
| seed         | str/int   | Randomize with "random" or use fixed seed    |

---

## 📎 Links

- 📺 **YouTube:** [[Aman Automates](https://www.youtube.com/channel/UCuYpMYOiuQyGgdM9LXupLEg)](#)
- 📢 **Telegram:** [[Broadcast Channel](https://t.me/jarvisbyamanchannel)](#)
- 💬 **Discussion:** [[Join Chat](https://t.me/jarvisbyaman)](#)

---

## 👨‍💻 Author

Made with ❤️ by Aman Mishra  
Feel free to reach out and contribute!

