sketch-converter


Namesketch-converter JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/samyak-jn/sketch-converter
SummaryConverter your picture into sketch with just one line of command
upload_time2023-01-17 09:21:20
maintainerSamyak Jain
docs_urlNone
authorOnuralp SEZER
requires_python>=3.8,<4.0
licenseMIT
keywords opencv sketch-converter sketch camera image
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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/sketch-converter/actions/workflows/main.yml/badge.svg)](https://github.com/samyak-jn/sketch-converter/actions/workflows/main.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/samyak-jn/sketch-converter/master.svg)](https://results.pre-commit.ci/latest/github/samyak-jn/sketch-converter/master)
![PyPI](https://img.shields.io/pypi/v/sketch-converter)
![PyPI - Format](https://img.shields.io/pypi/format/sketch-converter)
![PyPI - Status](https://img.shields.io/pypi/status/sketch-converter?color=orange)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/sketch-converter)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/sketch-converter)

<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/sketch-converter/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/sketch-converter.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/sketch-converter/blob/master/LICENSE), hence it is open source for all.

---
Copyright © 2023 Onuralp SEZER, Samyak Jain


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/samyak-jn/sketch-converter",
    "name": "sketch-converter",
    "maintainer": "Samyak Jain",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "samyak.jn11@gmail.com",
    "keywords": "opencv,sketch-converter,sketch,camera,image",
    "author": "Onuralp SEZER",
    "author_email": "thunderbirdtr@fedoraproject.org",
    "download_url": "https://files.pythonhosted.org/packages/68/f3/38064e1490924f2a6b6c3290da44f886ef5ac4628a2a1f38048c5bdd21c1/sketch_converter-0.1.1.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <img style=\"width:40%;\" src=\"logo/sketch.png\" />\n</p>\n\n<h1 align=\"center\">Image to Sketch Converter</h1>\n\n<h3 align=\"center\">Fond of **sketches**, but bad at **art**? \ud83e\udd74</h3>\n<br>\n\n[![main-ci](https://github.com/samyak-jn/sketch-converter/actions/workflows/main.yml/badge.svg)](https://github.com/samyak-jn/sketch-converter/actions/workflows/main.yml)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/samyak-jn/sketch-converter/master.svg)](https://results.pre-commit.ci/latest/github/samyak-jn/sketch-converter/master)\n![PyPI](https://img.shields.io/pypi/v/sketch-converter)\n![PyPI - Format](https://img.shields.io/pypi/format/sketch-converter)\n![PyPI - Status](https://img.shields.io/pypi/status/sketch-converter?color=orange)\n![PyPI - Implementation](https://img.shields.io/pypi/implementation/sketch-converter)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/sketch-converter)\n\n<a href=\"https://github.com/python/black\"><img alt=\"Code style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\"></a>\n<a href=\"https://github.com/samyak-jn/sketch-converter/blob/master/LICENSE\"><img alt=\"License: MIT\" src=\"https://black.readthedocs.io/en/stable/_static/license.svg\"></a>\n<img src=\"https://img.shields.io/badge/made%20with-python-blue.svg\" alt=\"made with python\">\n\n\nHere's a little something for people like you and me.\nThis is a simple python script that converts your **captured images** into a **sketch** in real-time with just one line of command, fascinating? \ud83d\ude0e\n\nThis script is written with the help of the OpenCV library in python.All the sketches will be saved in the parent directory itself.\n\n### Quick Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/samyak-jn/sketch-converter.git\npoetry shell\npoetry install\nsketch_converter --help\n```\n\n## Camera Usage\n\n```bash\n# video_src = 1 , grayscale mode = 1\nsketch_converter video-capture 1 1\n```\n\n### Contributing \u2714\ufe0f\n\n- 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/).\n\n- All the issues/features are welcome. Open a PR and let's have a discussion.\n\n### License\nsketch-converter is licensed under [MIT](https://github.com/samyak-jn/sketch-converter/blob/master/LICENSE), hence it is open source for all.\n\n---\nCopyright \u00a9 2023 Onuralp SEZER, Samyak Jain\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Converter your picture into sketch with just one line of command",
    "version": "0.1.1",
    "split_keywords": [
        "opencv",
        "sketch-converter",
        "sketch",
        "camera",
        "image"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9589fa38cf7ac4d0b71448f1420f882070f09b3b8633761aafe79405ef161102",
                "md5": "c11689daa07c0f051fedb9889fd2cbb8",
                "sha256": "02024ea565aa2c678d2d3e4897c52637adc67c4a79ccd3331e3493aceab5af01"
            },
            "downloads": -1,
            "filename": "sketch_converter-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c11689daa07c0f051fedb9889fd2cbb8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 5771,
            "upload_time": "2023-01-17T09:21:19",
            "upload_time_iso_8601": "2023-01-17T09:21:19.631852Z",
            "url": "https://files.pythonhosted.org/packages/95/89/fa38cf7ac4d0b71448f1420f882070f09b3b8633761aafe79405ef161102/sketch_converter-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68f338064e1490924f2a6b6c3290da44f886ef5ac4628a2a1f38048c5bdd21c1",
                "md5": "9f1997533a3d999c1630fccd2b4ae969",
                "sha256": "94f3d8494bbd86cc873559ed837f72d2d51d469f0fe9811f8885e4013b0aac06"
            },
            "downloads": -1,
            "filename": "sketch_converter-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9f1997533a3d999c1630fccd2b4ae969",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 5201,
            "upload_time": "2023-01-17T09:21:20",
            "upload_time_iso_8601": "2023-01-17T09:21:20.590694Z",
            "url": "https://files.pythonhosted.org/packages/68/f3/38064e1490924f2a6b6c3290da44f886ef5ac4628a2a1f38048c5bdd21c1/sketch_converter-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-17 09:21:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "samyak-jn",
    "github_project": "sketch-converter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sketch-converter"
}
        
Elapsed time: 0.03474s