Skip to main content

A Python package to convert your photos into pencil art or pencil sketch.

Project description

This is a simple Python package that converts your beautiful photos to pencil art. The transformed photo just looks like a photo which is drawn using pencil.

For this package to run without any errors the following packages should be installed on your system 1)opencv-python and 2)numpy

All you have to do is just download the package as

               pip install img2sketch

You can use this package in your code as

##usage

            from Pencil.PencilArt import img2sketch
            img2sketch("/path/of/your/original/photo.jpg", "/path/where/your/newphoto/tobe/saved.jpg")

For example: I have pavan.jpg photo under /home/pavan/Desktop/pavan.jpg I want the new transfromed photo at the same folder (Desktop) as new.jpg Here my code looks like

            img2sketch("/home/pavan/Desktop/pavan.jpg", "/home/pavan/Desktop/new.jpg")

After the program executes the transformed photo is saved under the path you have provided.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

img2sketch-0.0.7.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

img2sketch-0.0.7-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page