Metadata-Version: 2.1
Name: lescolors
Version: 0.1.2
Summary: Color Manipulation and Analysis Utilities
Home-page: https://github.com/Anish177/lescolors
Author: Anish Panda
Author-email: anip1776@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: colorthief

# lesColors

lesColors is a lightweight Python package that provides utilities for manipulating and analyzing colors. It includes functions for calculating adjacent, analogous, and complementary colors, converting RGB values to hexadecimal format, and extracting the dominant color from an image via a URL.

## Installation

You can install LesColors via pip:

```bash
pip install lescolors
```

or

```bash
pip3 install lescolors
```

## Requirements
- colorsys
- colorthief (fengsp/color-thief-py)
- requests


Have suggestions or issues? Let me know!
