Metadata-Version: 2.4
Name: sketch-image
Version: 0.1.1
Summary: Convert images into sketches
Author-email: Shreyam Pokharel <pshreyam@gmail.com>
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: click>=8.2.1
Requires-Dist: numpy>=2.3.2
Requires-Dist: opencv-python>=4.11.0.86
Description-Content-Type: text/markdown

# Sketch Image

> [!WARNING]
> This package is just a playground to learn packages and fun experiments.

Convert Images to Sketches

# Installation

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

# Get Started

```bash
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:

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