{ "info": { "author": "Mark Pitman", "author_email": "mark.pitman@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "Unicorn HAT (HD) simulator\n==========================\n\nSimulates an Unicorn HAT HD (and should work for the 8x8 HAT and the 8x4\nPHAT as well) using pygame.\n\nUsage\n-----\n\nIf you want your code to run on your computer as well as your Pi, you\ncould do something like this:\n\n1. ``pip install unicorn-hat-sim`` (or ``pip2`` or ``pip3`` depending on\n your setup)\n2. Adjust your ``import unicornhathd`` statement as follows:\n\n.. code:: python\n\n try:\n import unicornhathd as unicorn\n print(\"unicorn hat hd detected\")\n except ImportError:\n from unicorn_hat_sim import unicornhathd as unicorn\n\nYou can choose from ``import unicornhathd`` (16x16),\n``import unicornhat`` (8x8) and ``import unicornphat`` (8x4).\n\nDemo\n----\n\n(Note that this gif has a low framerate, the simulator runs nice and\nsmooth in real life)\n\n.. figure:: https://cl.ly/2s070z1k0L3J/Screen%20Recording%202017-06-26%20at%2011.12%20PM.gif\n :alt: Demo\n\n Demo\n\nTODO\n----\n\n- [ ] find a python person who shows me how this would be done properly\n- [ ] fix/check rotation\n- [ ] add a proper LED glow effect so it looks more like a real unicorn\n HAT\n- [ ] publish via pip\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/mapitman/unicorn-hat-sim/archive/1.0.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mapitman/unicorn-hat-sim", "keywords": "raspberrypi,unicorn,hat,led,simulator", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "unicorn-hat-sim", "package_url": "https://pypi.org/project/unicorn-hat-sim/", "platform": "", "project_url": "https://pypi.org/project/unicorn-hat-sim/", "project_urls": { "Download": "https://github.com/mapitman/unicorn-hat-sim/archive/1.0.0.tar.gz", "Homepage": "https://github.com/mapitman/unicorn-hat-sim" }, "release_url": "https://pypi.org/project/unicorn-hat-sim/1.0.0/", "requires_dist": [ "pygame" ], "requires_python": "", "summary": "Unicorn HAT (HD) simulator - Originally by Jannis Hermanns ", "version": "1.0.0" }, "last_serial": 4195088, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "3f871ddc6fe108d68973d3ed9d5472c5", "sha256": "5fd0b49a8bd32cd70defe33c03e4b1221f1fe8731df8711e112f173cabbc01bb" }, "downloads": -1, "filename": "unicorn_hat_sim-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3f871ddc6fe108d68973d3ed9d5472c5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3220, "upload_time": "2018-08-22T05:29:43", "url": "https://files.pythonhosted.org/packages/20/84/83ae3d939422efb9ff769d4a0b1535d49fb2f3b3f117282a4d3b9691cc8f/unicorn_hat_sim-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ea4ed92b171573698d3f9a0a95ce6aae", "sha256": "9fdae420e340a3908345468a9443b9d00056fe42fa16187c146e2095d5a73963" }, "downloads": -1, "filename": "unicorn-hat-sim-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ea4ed92b171573698d3f9a0a95ce6aae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3167, "upload_time": "2018-08-22T05:29:45", "url": "https://files.pythonhosted.org/packages/3d/c3/497352f229e30edc9ff16e0fd499bc19b6c09c0252b24612f2d472b26c85/unicorn-hat-sim-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3f871ddc6fe108d68973d3ed9d5472c5", "sha256": "5fd0b49a8bd32cd70defe33c03e4b1221f1fe8731df8711e112f173cabbc01bb" }, "downloads": -1, "filename": "unicorn_hat_sim-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3f871ddc6fe108d68973d3ed9d5472c5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3220, "upload_time": "2018-08-22T05:29:43", "url": "https://files.pythonhosted.org/packages/20/84/83ae3d939422efb9ff769d4a0b1535d49fb2f3b3f117282a4d3b9691cc8f/unicorn_hat_sim-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ea4ed92b171573698d3f9a0a95ce6aae", "sha256": "9fdae420e340a3908345468a9443b9d00056fe42fa16187c146e2095d5a73963" }, "downloads": -1, "filename": "unicorn-hat-sim-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ea4ed92b171573698d3f9a0a95ce6aae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3167, "upload_time": "2018-08-22T05:29:45", "url": "https://files.pythonhosted.org/packages/3d/c3/497352f229e30edc9ff16e0fd499bc19b6c09c0252b24612f2d472b26c85/unicorn-hat-sim-1.0.0.tar.gz" } ] }