Metadata-Version: 2.4
Name: pycvt
Version: 0.0.1.post10
Summary: A lightweight Python toolkit for seamless image composition, color processing, and visualizing detection results.
Author-email: ferretsprite <ferret-sprite-goon@duck.com>
Project-URL: Homepage, https://github.com/xx025/pycvt
Project-URL: Repository, https://github.com/xx025/pycvt
Project-URL: Documentation, https://github.com/xx025/pycvt#readme
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: distinctipy>=1.3.4
Requires-Dist: easyfont>=0.0.1.post10
Requires-Dist: imageio>=2.37.0
Requires-Dist: opencv-python>=4.11.0.86
Requires-Dist: pillow>=11.2.1
Requires-Dist: pydantic>=2.11.5
Requires-Dist: scikit-image>=0.25.2

# pycvt



## Install

```
pip install pycvt --upgrade
```

## dev

``` 
uv sync
```


## API List

- [draw_bounding_boxes](pycvt/vision/plot_boxes.py)
  > Draw bounding boxes on an image. 
  > Supports both single and multiple boxes, with options for labels and colors.

- [getcolor](pycvt/clolors/colors.py)
  > get a color by key
