sketchdraw

A simple Python Library to convert Real world images to pencil sketch


Keywords
sketch, pencil, cartoonise
License
MIT
Install
pip install sketchdraw==1.0.3

Documentation

sketch

A python library for converting Real images to pencil sketch

forthebadge made-with-python
Python 3.6

Usage

  • Make sure you have Python and Open-cv installed in your system.
  • Run Following command in the CMD.
 pip install sketch

Example

# test.py
from sketch import sketchit
img_path = 'path/of/image'
sketchit(img_path)

Run the following Script.

 python test.py

Screenshots

Input

Ouput