{ "info": { "author": "Rafael Rayes", "author_email": "rafa@rayes.com.br", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Im2ascii\nA small python project that transforms images into ascii text\n\nFirst of all import the package with:\n````\npip install im2ascii\n````\nnow import the package to your code:\n````\nimport im2ascii\n````\nNow lets use it!\n\nThe only function is asciify, see:\n````\nim2ascii.asciify(\"/full/path/to/image.png\")\n````\nThis will return your image except it is typed in ascii characters!\n\n### Aditional Parameters\nThere are only two aditional paramters for the function, square and invert. \nThe square parameter makes sure your image is returned squared and not a rectangle. This is activated by default on the function, to deactivate it just use:\n````\nasciify('image.png', square=False)\n````\n\nThe invert parameter invert the tones on the result of the image. like so:\nFor white tones, a '.' will be added, and for darker tones, a '@' will be the result. if you use ``invert=True``, this will be inverted.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rrayes3110/Im2ascii", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "im2ascii", "package_url": "https://pypi.org/project/im2ascii/", "platform": "", "project_url": "https://pypi.org/project/im2ascii/", "project_urls": { "Homepage": "https://github.com/rrayes3110/Im2ascii" }, "release_url": "https://pypi.org/project/im2ascii/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Display your images in form of ascii typed characters!", "version": "0.0.1" }, "last_serial": 5909383, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "08dc0a50e80cb908e5a0a0b898f2b882", "sha256": "7ad3833fe37ee5e69eedb2103faf339bc1367038975db59976a85ce6ad96b395" }, "downloads": -1, "filename": "im2ascii-0.0.1.tar.gz", "has_sig": false, "md5_digest": "08dc0a50e80cb908e5a0a0b898f2b882", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1855, "upload_time": "2019-09-30T22:44:11", "url": "https://files.pythonhosted.org/packages/06/51/0a2e27c414a8bd23633001a7ec6145fbe83874295044c49e3a53f87d6268/im2ascii-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "08dc0a50e80cb908e5a0a0b898f2b882", "sha256": "7ad3833fe37ee5e69eedb2103faf339bc1367038975db59976a85ce6ad96b395" }, "downloads": -1, "filename": "im2ascii-0.0.1.tar.gz", "has_sig": false, "md5_digest": "08dc0a50e80cb908e5a0a0b898f2b882", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1855, "upload_time": "2019-09-30T22:44:11", "url": "https://files.pythonhosted.org/packages/06/51/0a2e27c414a8bd23633001a7ec6145fbe83874295044c49e3a53f87d6268/im2ascii-0.0.1.tar.gz" } ] }