Metadata-Version: 2.1
Name: picopy
Version: 1.0.6
Summary: convert an image to a watercolor image 🎨
Author: kiki js
Author-email: k.jhnshid@gmail.com
Description-Content-Type: text/markdown
Requires-Dist: opencv-python
Requires-Dist: numpy

# Convert an Image To a Watercolor Image


## Installation 

```bash
    pip install picopy
```

## How to use 

Add your image address in below command : 

```python
    from picopy import picopy 

    picopy.convert_image_to_watercolor("test.jpg") 
```

Your watercolored image will be saved in your file folder .
