{ "info": { "author": "Mateusz Ma\u0107kowski", "author_email": "m4tx@m4tx.pl", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Multimedia :: Graphics :: Graphics Conversion", "Topic :: Utilities" ], "description": "===========\ntxttobitmap\n===========\n\nSimple script that converts given file to a bitmap.\n\nThe project emerged as a result of wondering \"How to compress long text into a form that does not look scary for a human being?\". While the generated images are obviously useless, it's still fun to play around with them.\n\nRequirements\n------------\n\n* Python 3.2+\n\nInstallation\n------------\n::\n\n pip install txttobitmap\n\n\nUsage\n-----\n::\n\n txttobitmap --mode {palette,grayscale} input output\n\n\n\n* *mode* - one of the values:\n \n * *palette* - use 16 color palette (see: `Windows 16-color palette on Wikipedia `_) and represent each byte as two pixels\n * *grayscale* - represent each byte as grayscale pixel\n\n* *input* - input file to convert\n* *output* - output file to save the bitmap as", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/m4tx/txttobitmap", "keywords": "txt bitmap conversion", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "txttobitmap", "package_url": "https://pypi.org/project/txttobitmap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/txttobitmap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/m4tx/txttobitmap" }, "release_url": "https://pypi.org/project/txttobitmap/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Simple script that converts given file to a bitmap", "version": "1.0.1" }, "last_serial": 2087423, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "9aebeb1bd90fc0fb5c0ff21fc31db2b6", "sha256": "b48b918ba37561dcf12347edffcb256bad0e69d385314654402e215dc158bc4b" }, "downloads": -1, "filename": "txttobitmap-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9aebeb1bd90fc0fb5c0ff21fc31db2b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2982, "upload_time": "2016-04-27T19:33:47", "url": "https://files.pythonhosted.org/packages/21/7f/5148994c7e4c6574e4c6a47e181e330ff59a0bfc6efe6de7efbaa664c7af/txttobitmap-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "c09e9d0f19254f7e822a130fa10829d0", "sha256": "e61fb0ce5f0bd5484ba4766125eb95bd2d13a13b51d1c89c2f7df1c754f083a3" }, "downloads": -1, "filename": "txttobitmap-1.0.1.tar.gz", "has_sig": false, "md5_digest": "c09e9d0f19254f7e822a130fa10829d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2953, "upload_time": "2016-04-27T19:35:32", "url": "https://files.pythonhosted.org/packages/e7/1f/ae259c9ece0c82db4a14c8c7b87763a870e9db7b6fdd8fd0238daae811db/txttobitmap-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c09e9d0f19254f7e822a130fa10829d0", "sha256": "e61fb0ce5f0bd5484ba4766125eb95bd2d13a13b51d1c89c2f7df1c754f083a3" }, "downloads": -1, "filename": "txttobitmap-1.0.1.tar.gz", "has_sig": false, "md5_digest": "c09e9d0f19254f7e822a130fa10829d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2953, "upload_time": "2016-04-27T19:35:32", "url": "https://files.pythonhosted.org/packages/e7/1f/ae259c9ece0c82db4a14c8c7b87763a870e9db7b6fdd8fd0238daae811db/txttobitmap-1.0.1.tar.gz" } ] }