Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 446 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 446 Bytes

Sketch Image

Convert Images to Sketches

Installation

pip install sketch-image

Get Started

sketch-image --image <image_path> --output <output_path>

Note: The --image and --output flags are optional.

  • The CLI will prompt for input image path until supplied.
  • The output will be placed in the Pictures directory within the user's home directory by default.

For help, run:

sketch-image --help