Metadata-Version: 2.4
Name: Olivattam
Version: 0.0.2
Summary: A package for extraction of major colors from the Images
Author: Dheena Krishna
Author-email: Dheena Krishna <dheenakrishna2020@gmail.com>
Maintainer: Dheena krishna
Maintainer-email: dheenakrishna2020@gmail.com
License-Expression: MIT
Project-URL: Homepage, https://github.com/Dheenack/olivattam
Project-URL: Issues, https://github.com/Dhenack/olivattam/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email

# 🎨 Olivattam

**Olivattam** is a Python module for extracting dominant colors from images and converting them into multiple formats like RGB, HEX, HSL, and RGBA. Built using [Pillow](https://python-pillow.org), it's designed to be lightweight, fast, and easy to integrate into any image-processing workflow.

---

## 🚀 Features

- Extract top N dominant colors from any image
- Convert RGB colors to:
  - HEX (`#rrggbb`)
  - HSL (`hue, saturation, lightness`)
  - RGBA (`r, g, b, alpha`)
- Simple API for quick analysis
- Modular design for easy extension

---

## 📦 Installation

Clone the repo and install in editable mode:

```bash
git clone https://github.com/Dheenack/olivattam.git
cd olivattam
pip install -e .
