np-asciiart


Namenp-asciiart JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/np_asciiart
SummaryAscii art with numpy
upload_time2023-01-01 01:12:37
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords ascii numpy
VCS
bugtrack_url
requirements a_cv_imwrite_imread_plus numpy opencv_python pandas
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Ascii art with numpy

```python
$pip install np-asciiart

from np_asciiart import img2ascii
asciistring = img2ascii(
    img=r"https://raw.githubusercontent.com/hansalemaos/screenshots/main/pic1.png",
    width=100,
    letters=r'.,:ilwWQ@";',
    filler="X",
    printimg=True,
)

```


<img src="https://raw.githubusercontent.com/hansalemaos/screenshots/main/pic1.png"/>



<img src="https://github.com/hansalemaos/screenshots/raw/main/asciiart.png"/>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/np_asciiart",
    "name": "np-asciiart",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Ascii,numpy",
    "author": "Johannes Fischer",
    "author_email": "<aulasparticularesdealemaosp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/2f/dc/952e4a73ad63b1b628f1dcf0127f34fb44c8cf5efcd37b6c481eb793eda7/np_asciiart-0.10.tar.gz",
    "platform": null,
    "description": "\n# Ascii art with numpy\n\n```python\n$pip install np-asciiart\n\nfrom np_asciiart import img2ascii\nasciistring = img2ascii(\n    img=r\"https://raw.githubusercontent.com/hansalemaos/screenshots/main/pic1.png\",\n    width=100,\n    letters=r'.,:ilwWQ@\";',\n    filler=\"X\",\n    printimg=True,\n)\n\n```\n\n\n<img src=\"https://raw.githubusercontent.com/hansalemaos/screenshots/main/pic1.png\"/>\n\n\n\n<img src=\"https://github.com/hansalemaos/screenshots/raw/main/asciiart.png\"/>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Ascii art with numpy",
    "version": "0.10",
    "split_keywords": [
        "ascii",
        "numpy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "9e0ae27c3b44774d78e88cad85a8f354",
                "sha256": "41c283e0883221891fd35a6657b77b9830f46c0d01406b7290a9bf92d68a21a6"
            },
            "downloads": -1,
            "filename": "np_asciiart-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9e0ae27c3b44774d78e88cad85a8f354",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4813,
            "upload_time": "2023-01-01T01:12:36",
            "upload_time_iso_8601": "2023-01-01T01:12:36.178680Z",
            "url": "https://files.pythonhosted.org/packages/15/39/395b00d605c4bdb1b4d7be2ce88f18720424c8c71d3f0e982280fece0806/np_asciiart-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "9af9a9c3f6711a2a87bfb6bb1a38b01c",
                "sha256": "bdc242872a0096bf2ba5baadbc1fa1e42949117707bf59c676a93ddf3e11a586"
            },
            "downloads": -1,
            "filename": "np_asciiart-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "9af9a9c3f6711a2a87bfb6bb1a38b01c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3592,
            "upload_time": "2023-01-01T01:12:37",
            "upload_time_iso_8601": "2023-01-01T01:12:37.590699Z",
            "url": "https://files.pythonhosted.org/packages/2f/dc/952e4a73ad63b1b628f1dcf0127f34fb44c8cf5efcd37b6c481eb793eda7/np_asciiart-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-01 01:12:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hansalemaos",
    "github_project": "np_asciiart",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "a_cv_imwrite_imread_plus",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "opencv_python",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        }
    ],
    "lcname": "np-asciiart"
}
        
Elapsed time: 0.02309s