Metadata-Version: 2.1
Name: img2sketch
Version: 0.0.5
Summary: A Python package to convert your photos into pencil art or pencil sketch.
Home-page: https://github.com/pavansai018/img2sketch_terminal
Author: Pavan Sai Eshwar Chandra
Author-email: bpavansai1998@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: opencv-python
Requires-Dist: numpy

##img2sketch

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 	
		opencv-python
		numpy

All you have to do is just download the package as

	pip install img2sketch
You can type in your terminal as

##usage

		img2sketch -i <innputfile path> -o <outputfile path>



For example: I have pavan.jpg photo under /home/pavan/Desktop/pavan.jpg so my input file path is

				/home/pavan/Desktop/pavan.jpg 

I want the new transfromed photo at the same folder (Desktop) as new.jpg Here my outputfile path looks like

      		  /home/pavan/Desktop/new.jpg

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

