Metadata-Version: 2.1
Name: picopy
Version: 1.0.3
Summary: convert an image to a watercolor image 🎨
Author: kiki js
Author-email: k.jhnshid@gmail.com

# Convert Image To Watercolor 


# Installation :

    pip install picopy


# How to use :
Add your image address in below command : <br>

    from picopy import picopy 

    picopy.convert_image_to_watercolor("test.jpg") 

Your __watercolored__ image will be saved in your file folder .
