Convert image to sketch
pip install sketch-image
image2sketch --src <image_path> --dst <output_path>
or
image2sketch -s <image_path> -d <output_path>
The --dst flags are optional.
If not specify the output path, the output image will be placed in the current directory by default.
image2sketch --help