Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pshreyam/sketch-image
- Owner: pshreyam
- License: mit
- Created: 2022-10-16T13:36:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T16:35:47.000Z (over 2 years ago)
- Last Synced: 2024-12-30T18:42:22.649Z (29 days ago)
- Topics: cli, sketch-plugins
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```