{ "info": { "author": "yingshaoxo", "author_email": "yingshaoxo@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Topic :: System" ], "description": "# Numpy World\n\nDraw this world with numpy. \n\n> We firmly believe once you can draw one picture with programming, you can also draw a series of that kind of pictures with programming too.\n\n### Installation\n\n```\nsudo pip3 install numpyworld\n```\n\n### Usage\n\n```python\nfrom numpyworld import World\n\nwidth = 1920\nheight = 1080\n\nworld = World(width=width, height=height)\nworld.disable_jupyter_notebook_mode()\n\nfor x in range(width):\n for y in range(height):\n if width/7 * 1 < x < width / 7 * 2:\n world.draw_a_point(x, y, (0, 255, 0))\n if width/7 * 3 < x < width / 7 * 4:\n world.draw_a_point(x, y, (0, 0, 0))\n if width/7 * 5 < x < width / 7 * 6:\n world.draw_a_point(x, y, (255, 0, 0))\n\nworld.show()\n```\n\n### More\n\n[Jupyter-notebook Examples](https://github.com/yingshaoxo/numpyworld/blob/master/Example.ipynb)\n\n\n", "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/yingshaoxo/numpyworld", "keywords": "numpyworld", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "numpyworld", "package_url": "https://pypi.org/project/numpyworld/", "platform": "", "project_url": "https://pypi.org/project/numpyworld/", "project_urls": { "Homepage": "https://github.com/yingshaoxo/numpyworld" }, "release_url": "https://pypi.org/project/numpyworld/0.3/", "requires_dist": [ "setuptools", "numpy", "matplotlib", "pillow", "moviepy", "pygame ; extra == 'animation'" ], "requires_python": "", "summary": "Use numpy to create a world that you dreamed about!", "version": "0.3" }, "last_serial": 5795050, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9ff329455a0969f7a029c13a1b0e747d", "sha256": "d444965ef9131c3e8cf74f4362ffb1c2e32452415d9cc6ebe5ea1799a22404f2" }, "downloads": -1, "filename": "numpyworld-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9ff329455a0969f7a029c13a1b0e747d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2387, "upload_time": "2019-08-27T05:31:25", "url": "https://files.pythonhosted.org/packages/5c/cf/38bf3b5d956c3d414c2291c14136e067948477b5f3c83011970081174d90/numpyworld-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6249b4ab8af6740b9a2c4583dd69e823", "sha256": "96e146f20df1bdb052277d38b6495c06ac0287b13bb771fcbafd31a6a795c306" }, "downloads": -1, "filename": "numpyworld-0.1.tar.gz", "has_sig": false, "md5_digest": "6249b4ab8af6740b9a2c4583dd69e823", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1982, "upload_time": "2019-08-27T05:31:27", "url": "https://files.pythonhosted.org/packages/49/4d/6e81bc030ef2bee9f7630cbe1d5b1acdfc5812eaa66dd7cce4c0694e61b8/numpyworld-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0a8d21abee98dac34f28f476a1ede709", "sha256": "d2de0f99d859f6f0db51060b83cfdeb267a2b41a08be63f3934377576a7bfb38" }, "downloads": -1, "filename": "numpyworld-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "0a8d21abee98dac34f28f476a1ede709", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2871, "upload_time": "2019-08-29T10:14:52", "url": "https://files.pythonhosted.org/packages/ff/c2/1751ace26b2d90c83f91b4f5c1384d6af55939612a7e20b2f6a49cb99f47/numpyworld-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1d3a0b388389a273335602e5f3b5f8a9", "sha256": "142eacac2dc86dd038deb76ab51161765131bf55dbc1fb0636361fa00401daf1" }, "downloads": -1, "filename": "numpyworld-0.2.tar.gz", "has_sig": false, "md5_digest": "1d3a0b388389a273335602e5f3b5f8a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2473, "upload_time": "2019-08-29T10:14:57", "url": "https://files.pythonhosted.org/packages/ea/c5/3b332fa6acbf7f0b5f157782fb45b7fd295a1793502965a4b431e9061a06/numpyworld-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "f4c24fdb1c753b097c46f91c1b469ea1", "sha256": "90ec0beef30b719983a68228cef2cc32e9cc95b1584aa59af383cf52eca93e1d" }, "downloads": -1, "filename": "numpyworld-0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "f4c24fdb1c753b097c46f91c1b469ea1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4939, "upload_time": "2019-09-07T05:07:12", "url": "https://files.pythonhosted.org/packages/49/85/0ca4efcb5c7b2ee3691b70d02c14794c294745fe69050f22cc0b10c56a44/numpyworld-0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e138e73035b979aedf6ba55947276df3", "sha256": "08239f653aa45389db0564ffae9aa96b10d6afc6820c54603b9a53e732e47c53" }, "downloads": -1, "filename": "numpyworld-0.3.tar.gz", "has_sig": false, "md5_digest": "e138e73035b979aedf6ba55947276df3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4286, "upload_time": "2019-09-07T05:07:15", "url": "https://files.pythonhosted.org/packages/34/ec/9b141eb00fec4fe1ef3bc56e63928ec7684091a49f4e6b523031dfbe030d/numpyworld-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f4c24fdb1c753b097c46f91c1b469ea1", "sha256": "90ec0beef30b719983a68228cef2cc32e9cc95b1584aa59af383cf52eca93e1d" }, "downloads": -1, "filename": "numpyworld-0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "f4c24fdb1c753b097c46f91c1b469ea1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4939, "upload_time": "2019-09-07T05:07:12", "url": "https://files.pythonhosted.org/packages/49/85/0ca4efcb5c7b2ee3691b70d02c14794c294745fe69050f22cc0b10c56a44/numpyworld-0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e138e73035b979aedf6ba55947276df3", "sha256": "08239f653aa45389db0564ffae9aa96b10d6afc6820c54603b9a53e732e47c53" }, "downloads": -1, "filename": "numpyworld-0.3.tar.gz", "has_sig": false, "md5_digest": "e138e73035b979aedf6ba55947276df3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4286, "upload_time": "2019-09-07T05:07:15", "url": "https://files.pythonhosted.org/packages/34/ec/9b141eb00fec4fe1ef3bc56e63928ec7684091a49f4e6b523031dfbe030d/numpyworld-0.3.tar.gz" } ] }