Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pshreyam/sketch-image

:writing_hand: CLI tool to turn image into sketch
https://github.com/pshreyam/sketch-image

cli sketch-plugins

Last synced: 8 days ago
JSON representation

:writing_hand: CLI tool to turn image into sketch

Awesome Lists containing this project

README

        

# Sketch Image

Convert Images to Sketches

# Installation

```bash
pip install sketch-image
```

# Get Started

```bash
sketch-image --image --output
```

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:

```bash
sketch-image --help
```