{ "info": { "author": "Nathan/Eilisha Shiraini", "author_email": "neshiraini+colorcode@heptacle.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 7 - Inactive", "License :: OSI Approved :: MIT License", "Programming Language :: C++", "Programming Language :: Cython", "Programming Language :: Python :: 3", "Topic :: Multimedia :: Graphics", "Topic :: Utilities" ], "description": "\nColorCode\n=========\n\nA library that creates multi-colored Aztec codes.\nThey are actually multiple Aztec codes, merged into a single image.\nUsually they are each on a separate color channel.\n\nCommand line tool\n-----------------\n\nThis package comes with the `colorcode` command, that creates a color code.\n\nFor instance:\n\n.. code-block:: bash\n\n colorcode \"Hello World\" \"Python 3 RuleZ\" \"Let's go Aztec\"\n\nWill create a code with data ``Hello World``, ``Python 3 RuleZ`` and ``Let's go Aztec``.\nEach data string must be surrounded by quotes if you run the command from a shell,\nbecause each parameter to the command becomes a separate data set.\n\nYou can override default settings with various parameters:\n\n.. code-block:: bash\n\n colorcode -o mycode.png -m 4 -i redcyan \"Hello World\" \"Python 3 RuleZ\"\n\n- ``-o mycode.png`` means \"Save the image to the file ``mycode.png``\"\n- ``-m 4`` means \"Each square block (aka module) will have a size of 4x4 pixels\"\n- ``-i redcyan`` means \"Use the Red/Cyan method to combine the codes instead of the default\"\n\nBy default the combination method is chosen automatically depending on the number of data entries.\n\nThere are more parameters, you can find them out with ``--help`` as usual.\n\nYou can also run the command as a Python module: ``python3 -m colorcode``.\n\nAbout the project\n-----------------\n\nDon't expect the project to be improved or maintained in the future.\nThis was mostly a learning project for me, to learn about Cython, Sphinx docs,\nPython packagaing and Aztec codes.\n\nIt works, and it's fun, so I share it. But it's currently mostly useless.\nThere is no app to decode the codes and I don't plan to make one.\n\nAnyway, I hope you will find this project interesting and inspiring.\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://git.heptacle.fr/neshiraini/colorcode", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "colorcode", "package_url": "https://pypi.org/project/colorcode/", "platform": "", "project_url": "https://pypi.org/project/colorcode/", "project_urls": { "Homepage": "https://git.heptacle.fr/neshiraini/colorcode" }, "release_url": "https://pypi.org/project/colorcode/1.0.2/", "requires_dist": [ "Cython", "numpy", "Pillow" ], "requires_python": "", "summary": "Using Python to make multi-colored 2D codes!", "version": "1.0.2" }, "last_serial": 5242194, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "b5494d276f602f69d55f9510f2972725", "sha256": "a8d76c627c644ab3b1078292abe796e2aa51dc393fcfc41c20a8763bbf385f9b" }, "downloads": -1, "filename": "colorcode-1.0.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "b5494d276f602f69d55f9510f2972725", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 85019, "upload_time": "2019-05-08T10:05:21", "url": "https://files.pythonhosted.org/packages/20/7a/ebc179271929180ed01a0d5742cc5f69aaf5b7859c69963e2e18e814735b/colorcode-1.0.2-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c385be21863cce982baf6bb463646b43", "sha256": "1326ec299cb329fccd2747a024b1f94a7726fd1526acaa64064a7f3238de73e5" }, "downloads": -1, "filename": "colorcode-1.0.2.tar.gz", "has_sig": false, "md5_digest": "c385be21863cce982baf6bb463646b43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117816, "upload_time": "2019-05-08T10:05:23", "url": "https://files.pythonhosted.org/packages/33/a7/5446cb5c02bb5c6ea465e86ae13da37a43bed7ac0059ee2d9a976ebbe474/colorcode-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b5494d276f602f69d55f9510f2972725", "sha256": "a8d76c627c644ab3b1078292abe796e2aa51dc393fcfc41c20a8763bbf385f9b" }, "downloads": -1, "filename": "colorcode-1.0.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "b5494d276f602f69d55f9510f2972725", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 85019, "upload_time": "2019-05-08T10:05:21", "url": "https://files.pythonhosted.org/packages/20/7a/ebc179271929180ed01a0d5742cc5f69aaf5b7859c69963e2e18e814735b/colorcode-1.0.2-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c385be21863cce982baf6bb463646b43", "sha256": "1326ec299cb329fccd2747a024b1f94a7726fd1526acaa64064a7f3238de73e5" }, "downloads": -1, "filename": "colorcode-1.0.2.tar.gz", "has_sig": false, "md5_digest": "c385be21863cce982baf6bb463646b43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117816, "upload_time": "2019-05-08T10:05:23", "url": "https://files.pythonhosted.org/packages/33/a7/5446cb5c02bb5c6ea465e86ae13da37a43bed7ac0059ee2d9a976ebbe474/colorcode-1.0.2.tar.gz" } ] }