Name | pyAn JSON |
Version |
0.1.3
JSON |
| download |
home_page | https://repl.it/@DatM314/pyAnimate |
Summary | Animation with turtle. |
upload_time | 2021-02-27 02:46:35 |
maintainer | |
docs_url | None |
author | DatM314 |
requires_python | >=3.6 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
pyAn - animation software for python. Does not use any other modules except turtle and math.
Commands
- startTurtle() - starts an animation.
- frame() - goes to the next frame.
- Obj class: Obj(args).
- run() - draws the object.
- Obj types: Obj([<object type>, other args]).
-- 2d:
--- ellipse: Obj(["ellipse", x, y, a, b, color, run])
--- rectangle: Obj(["rectangle", x, y, w, h, color, run]).
--- polyline: Obj(["polyline", [(x1,y1), (x2,y2), ...], color, run]).
-- 3d:
--- rect prism: Obj(["rect prism", x, y, z, w, h, d, color, run]).
- color: tuple of (r, g, b).
- run: attribute if you are going to automatically use run() on the object.
Raw data
{
"_id": null,
"home_page": "https://repl.it/@DatM314/pyAnimate",
"name": "pyAn",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "DatM314",
"author_email": "program.bat6@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d9/76/e3a672b22e720a909bfb2e7fc45511d47d613e1806f5861376629a1a6ece/pyAn-0.1.3.tar.gz",
"platform": "",
"description": "pyAn - animation software for python. Does not use any other modules except turtle and math.\nCommands\n- startTurtle() - starts an animation.\n- frame() - goes to the next frame.\n- Obj class: Obj(args).\n\t- run() - draws the object.\n\t- Obj types: Obj([<object type>, other args]).\n\t-- 2d:\n\t--- ellipse: Obj([\"ellipse\", x, y, a, b, color, run])\n\t--- rectangle: Obj([\"rectangle\", x, y, w, h, color, run]).\n\t--- polyline: Obj([\"polyline\", [(x1,y1), (x2,y2), ...], color, run]).\n\t-- 3d:\n\t--- rect prism: Obj([\"rect prism\", x, y, z, w, h, d, color, run]).\n\t- color: tuple of (r, g, b).\n\t- run: attribute if you are going to automatically use run() on the object.\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Animation with turtle.",
"version": "0.1.3",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "39ec0228a75447b372284fda44c44627",
"sha256": "379a12c1641b2449cd42fde12e41f37687d64798c8fa990f148ca1268387f2dc"
},
"downloads": -1,
"filename": "pyAn-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "39ec0228a75447b372284fda44c44627",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3042,
"upload_time": "2021-02-27T02:46:34",
"upload_time_iso_8601": "2021-02-27T02:46:34.774085Z",
"url": "https://files.pythonhosted.org/packages/5f/d9/0c96dae47092794a155fb367a881711eb3efdf5a834e788b76fbb85cdaa0/pyAn-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "7397c2c92fa91f8e56e08245c7ae42b6",
"sha256": "942e75e8d666d2e5494c19a8a0268d59d2656b7dfbd5ac69ace610a5780ee77a"
},
"downloads": -1,
"filename": "pyAn-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "7397c2c92fa91f8e56e08245c7ae42b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 2154,
"upload_time": "2021-02-27T02:46:35",
"upload_time_iso_8601": "2021-02-27T02:46:35.982865Z",
"url": "https://files.pythonhosted.org/packages/d9/76/e3a672b22e720a909bfb2e7fc45511d47d613e1806f5861376629a1a6ece/pyAn-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2021-02-27 02:46:35",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "pyan"
}