{ "info": { "author": "Chris Campbell", "author_email": "campbellized@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Imgscii\n=======\n\nImgscii is a simple program that converts images into ASCII artwork.\nFollow the prompts and your ASCII art will be printed to your console. I\nplan on adding more features and improvements in the future.\n\nGetting Started\n---------------\n\nYou can get started by installing Imgscii using PIP:\n\n::\n\n pip install imgscii\n\nUsage\n-----\n\nAs A Module\n~~~~~~~~~~~\n\nAfter you have installed the package from PIP you can import Imgscii\ninto your project.\n\n::\n\n import imgscii\n\n imgscii.printscii(\"images/my-photo.jpg\")\n\nImgscii currently supports a small set of keyword arguments.\n\n**monochrome**: ASCII art will be printed with default console style...\nno color!\n\n::\n\n imgscii.printscii(\"images/my-photo.jpg\", monochrome=True)\n\n**columns**: Define the width of your ASCII art in columns. Aspect ratio\nwill be maintained.\n\n::\n\n imgscii.printscii(\"images/my-photo.jpg\", columns=75)\n\n**char\\_set**: Provide your own character set.\n\n::\n\n imgscii.printscii(\"images/my-photo.jpg\", char_set=(\"#\", \"$\", \"Q\", \"v\", \"j\", \";\", \".\"))\n\nFrom The Console\n~~~~~~~~~~~~~~~~\n\nImgscii can be executed from the console as well. Use ``cd`` to navigate\nto the directory containing ``imgscii.py``\\ and run the program with the\nfollowing command:\n\n::\n\n python imgscii.py\n\nYou can also use command line arguments.\n\n**-m, --monochrome**: Print ASCII art without colors **-c, --columns**:\nDefine the width of ASCII art in columns.\n\nTo-Dos\n------\n\n- Add more options for printing\n- Create more ASCII artwork", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/campbellized/imgscii", "keywords": "ascii art images", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "Imgscii", "package_url": "https://pypi.org/project/Imgscii/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Imgscii/", "project_urls": { "Homepage": "https://github.com/campbellized/imgscii" }, "release_url": "https://pypi.org/project/Imgscii/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "Create ASCII artwork from images.", "version": "1.0.2" }, "last_serial": 2490830, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5bcdc78baa33e1bcbfd6d7188808ed0f", "sha256": "54b0114dea28b13e12e423e113fcd3d61f5b6f683a0f9798f1bd4305b823bb93" }, "downloads": -1, "filename": "Imgscii-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5bcdc78baa33e1bcbfd6d7188808ed0f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4372, "upload_time": "2016-11-22T03:14:04", "url": "https://files.pythonhosted.org/packages/f2/28/7c5f9756265ed42447a25a9aa97da6079d3a27be2088a769bc6d85c99a2a/Imgscii-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0de9d6cc465b0d57830839fe9a1c9277", "sha256": "a8730de5523e24b7d987eebc0a6fd7631a5f59e1f4dd45c40c86f9364102c0ec" }, "downloads": -1, "filename": "Imgscii-1.0.0.zip", "has_sig": false, "md5_digest": "0de9d6cc465b0d57830839fe9a1c9277", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7002, "upload_time": "2016-11-22T03:14:07", "url": "https://files.pythonhosted.org/packages/57/2d/efa9ad9f2b9714eaf81c08f3a10df9672d09a122373b258c1109c8f96077/Imgscii-1.0.0.zip" } ], "1.0.1": [], "1.0.2": [ { "comment_text": "", "digests": { "md5": "064334f4aa2edf773dbe9d094deb550d", "sha256": "2d175a41076d44d6fa3dda54dfe0fa9698a473f03785f8f54e4532acd88d628c" }, "downloads": -1, "filename": "Imgscii-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "064334f4aa2edf773dbe9d094deb550d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4383, "upload_time": "2016-11-30T00:35:41", "url": "https://files.pythonhosted.org/packages/36/72/a1262818d2e0322d500bcf5379a170ede31198a910b2ec31b49df12673f2/Imgscii-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c37de79ef115204be57106f8fcd5700e", "sha256": "5e87fe5f00c5ded0cb213180ccae0cffb7668989ba4cbb8820ed3be1be027f37" }, "downloads": -1, "filename": "Imgscii-1.0.2.zip", "has_sig": false, "md5_digest": "c37de79ef115204be57106f8fcd5700e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9247, "upload_time": "2016-11-30T00:35:42", "url": "https://files.pythonhosted.org/packages/df/d9/e70f8b4fc29e424245dd80dc73c4bbf0898f0b15c52a98952f503025e5f8/Imgscii-1.0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "064334f4aa2edf773dbe9d094deb550d", "sha256": "2d175a41076d44d6fa3dda54dfe0fa9698a473f03785f8f54e4532acd88d628c" }, "downloads": -1, "filename": "Imgscii-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "064334f4aa2edf773dbe9d094deb550d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4383, "upload_time": "2016-11-30T00:35:41", "url": "https://files.pythonhosted.org/packages/36/72/a1262818d2e0322d500bcf5379a170ede31198a910b2ec31b49df12673f2/Imgscii-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c37de79ef115204be57106f8fcd5700e", "sha256": "5e87fe5f00c5ded0cb213180ccae0cffb7668989ba4cbb8820ed3be1be027f37" }, "downloads": -1, "filename": "Imgscii-1.0.2.zip", "has_sig": false, "md5_digest": "c37de79ef115204be57106f8fcd5700e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9247, "upload_time": "2016-11-30T00:35:42", "url": "https://files.pythonhosted.org/packages/df/d9/e70f8b4fc29e424245dd80dc73c4bbf0898f0b15c52a98952f503025e5f8/Imgscii-1.0.2.zip" } ] }