Metadata-Version: 2.1
Name: picopy
Version: 1.0.7
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 

+ Input :
<p align="center">
    <img src="picopy/na.jpg" width="290" height="200" >
</p> 

<br>

+ Output :
<p align= "center">
    <img src="picopy/watercolor.jpg" width="410" height="300" >
</p>

<br/>

# Installation 

```bash
pip install picopy
```

<br>

# How to use 

### 1. Use with Python environments : 

```python
from picopy import picopy 

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

### 2. Use with CLI :

```bash
picopy --imagepath "image.jpg"
```



Your watercolored image will be saved in your file folder .
