Metadata-Version: 2.1
Name: sketch-converter
Version: 0.1.0
Summary: Converter your picture into sketch with just one line of command
Home-page: https://github.com/samyak-jn/detect
License: MIT
Keywords: opencv,sketch-converter,sketch,camera,image
Author: Onuralp SEZER
Author-email: thunderbirdtr@fedoraproject.org
Maintainer: Samyak Jain
Maintainer-email: samyak.jn11@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: commonmark (>=0.9.1,<0.10.0)
Requires-Dist: numpy (>=1.24.1,<2.0.0)
Requires-Dist: opencv-python (>=4.7.0.68,<5.0.0.0)
Requires-Dist: pygments (>=2.14.0,<3.0.0)
Requires-Dist: rich (>=13.0.0,<14.0.0)
Requires-Dist: shellingham (>=1.5.0.post1,<2.0.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Project-URL: Documentation, https://github.com/samyak-jn/detect/blob/main/README.md
Project-URL: Repository, https://github.com/samyak-jn/detect
Description-Content-Type: text/markdown

<p align="center">
  <img style="width:40%;" src="logo/sketch.png" />
</p>

<h1 align="center">Image to Sketch Converter</h1>

<h3 align="center">Fond of **sketches**, but bad at **art**? 🥴</h3>
<br>

[![main-ci](https://github.com/samyak-jn/detect/actions/workflows/main.yml/badge.svg)](https://github.com/samyak-jn/detect/actions/workflows/main.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/samyak-jn/detect/master.svg)](https://results.pre-commit.ci/latest/github/samyak-jn/detect/master)

<a href="https://github.com/python/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
<a href="https://github.com/samyak-jn/detect/blob/master/LICENSE"><img alt="License: MIT" src="https://black.readthedocs.io/en/stable/_static/license.svg"></a>
<img src="https://img.shields.io/badge/made%20with-python-blue.svg" alt="made with python">


Here's a little something for people like you and me.
This is a simple python script that converts your **captured images** into a **sketch** in real-time with just one line of command, fascinating? 😎

This script is written with the help of the OpenCV library in python.All the sketches will be saved in the parent directory itself.

### Quick Setup

```bash
# Clone the repository
git clone https://github.com/samyak-jn/detect.git
poetry shell
poetry install
sketch_converter --help
```

## Camera Usage

```bash
# video_src = 1 , grayscale mode = 1
sketch_converter video-capture 1 1
```

### Contributing ✔️

- Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/fraction/readme-boilerplate/compare/).

- All the issues/features are welcome. Open a PR and let's have a discussion.

### License
sketch-converter is licensed under [MIT](https://github.com/samyak-jn/detect/blob/master/LICENSE), hence it is open source for all.

---
Copyright © 2023 Onuralp SEZER, Samyak Jain

