threadArt


NamethreadArt JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/quintindunn/threadArt
SummaryA python module for generating thread art sequences.
upload_time2024-09-01 05:03:25
maintainerNone
docs_urlNone
authorQuintin Dunn
requires_pythonNone
licenseMIT
keywords art string art thread art
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Thread Portrait Algorithm
Generates the sequence to create thread/string art from an input image.

## Credit:
This program is a modified versiion of [JennyNotJen's thread portrait algorithm](https://github.com/jennynotjen/threadPortraitAlgorithm).

## Usage:
This algorithm takes as input an image you want to draw, and will output, a series of numbers corresponding to each nail where the thread should be placed (stored in results.txt)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/quintindunn/threadArt",
    "name": "threadArt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "art, string art, thread art",
    "author": "Quintin Dunn",
    "author_email": "dunnquintin07@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1a/11/4783ae5ced9055862d84e64bbd7b831cd0da0fd3468c7b964d64418309d3/threadart-1.2.0.tar.gz",
    "platform": null,
    "description": "# Thread Portrait Algorithm\nGenerates the sequence to create thread/string art from an input image.\n\n## Credit:\nThis program is a modified versiion of [JennyNotJen's thread portrait algorithm](https://github.com/jennynotjen/threadPortraitAlgorithm).\n\n## Usage:\nThis algorithm takes as input an image you want to draw, and will output, a series of numbers corresponding to each nail where the thread should be placed (stored in results.txt)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python module for generating thread art sequences.",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/quintindunn/threadArt"
    },
    "split_keywords": [
        "art",
        " string art",
        " thread art"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ec383aa720688c99e7064464eb14339d586a9c78425b8a0a885f8a2a1934761",
                "md5": "8c411f2edbf2c9a279b51f4d9141a451",
                "sha256": "5e3cca653ccb5071896fbf4c98e231d9a29ca84809035323dfbe07bf5a25d769"
            },
            "downloads": -1,
            "filename": "threadArt-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8c411f2edbf2c9a279b51f4d9141a451",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6342,
            "upload_time": "2024-09-01T05:03:23",
            "upload_time_iso_8601": "2024-09-01T05:03:23.885955Z",
            "url": "https://files.pythonhosted.org/packages/7e/c3/83aa720688c99e7064464eb14339d586a9c78425b8a0a885f8a2a1934761/threadArt-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a114783ae5ced9055862d84e64bbd7b831cd0da0fd3468c7b964d64418309d3",
                "md5": "1a405363ffdb3842d359b465d1229894",
                "sha256": "e855b493f44fd24eaeea38951e19e50de55d0e42df3729234f3393f68b86433a"
            },
            "downloads": -1,
            "filename": "threadart-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1a405363ffdb3842d359b465d1229894",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5751,
            "upload_time": "2024-09-01T05:03:25",
            "upload_time_iso_8601": "2024-09-01T05:03:25.232184Z",
            "url": "https://files.pythonhosted.org/packages/1a/11/4783ae5ced9055862d84e64bbd7b831cd0da0fd3468c7b964d64418309d3/threadart-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-01 05:03:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "quintindunn",
    "github_project": "threadArt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "threadart"
}
        
Elapsed time: 0.30932s