{ "info": { "author": "TheG3ntleman", "author_email": "sriabhirath12@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# PyEnvirons\n\n\"PyEnvirons\" is a higher level API of pygame to easily design, devolop and debug environments for your unsupervised AI agent. It is under rapid development and features will be added almost every single day.\n\n## Usage and examples\n\nTo show you how simple PyEnvirons is here is a example.\n\n### Creating a functional window\n\n```python\nfrom Core import PyEnviron #Importing PyEnviron library\n\nscreen = PyEnviron.Window([800, 600], 'testwindow')\n#Instantiating the window class to make a window, by specifying the size and name of the window\n\napp = PyEnviron.App(screen) #Instantiating the app class by giving the app our window\n\napp.run() #running our app\n```\n\n### Using sprites, gameobjects and layers\n```python\nfrom Core import PyEnviron #Importing the PyEnviron library\nscreen = PyEnviron.Window([800, 600], 'testwindow')\n#Instantiating the window class to make a window, by specifying the size and name of the window\n\napp = PyEnviron.App(screen) #Instantiating the app class by giving the app our window\n\nimage = PyEnviron.Sprite('PyEnviron/SpriteTests/2635d6c2b056dfb.png') #Loading a sprite for our use by specfying a file path\n\nlayer = PyEnviron.Layer() #Instantiating a layer for us to put sprites into\n\n#The gameobject class, will have all the variables regarding the sprite, like the image, position, rotation, and script attached to it.\ngm = PyEnviron.GameObject(image) #Instantiating a gameobject for us to use by giving it our sprite, position, rotation and scale are [0, 0], 0 degrees and [1, 1], respectivly, by defualt.\n\nlayer.add_gameobject(gm) #Adding our game object to the layer\n\napp.add_layer(layer) #Adding the layer to our app\n\napp.run()#Running the app\n```\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/TheG3ntleman/PyEnvirons", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "PyEnviron", "package_url": "https://pypi.org/project/PyEnviron/", "platform": "", "project_url": "https://pypi.org/project/PyEnviron/", "project_urls": { "Homepage": "https://github.com/TheG3ntleman/PyEnvirons" }, "release_url": "https://pypi.org/project/PyEnviron/0.0.4/", "requires_dist": null, "requires_python": "", "summary": "PyEnvirons is a higher level API of pygame to easily design, devolop and debug environments for your unsupervised AI agent. It is under rapid development and features will be added almost every single day.", "version": "0.0.4" }, "last_serial": 4007195, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f9251a380a5f0306f61175d8892e3936", "sha256": "31cd352eb89abd901d37664fdadc70b51bca7a310320703d2f47a81181de16ce" }, "downloads": -1, "filename": "PyEnviron-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f9251a380a5f0306f61175d8892e3936", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1622, "upload_time": "2018-06-25T12:15:09", "url": "https://files.pythonhosted.org/packages/24/05/78dce9712618f82033f7960888618ff645d03ae0acd2ae719d500178bcc1/PyEnviron-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f20886e70cec5d472b424bce9760c2e1", "sha256": "de311db481e65bbad02376986aa7e79e770083d2a9b4e534a8c9deaa801db22d" }, "downloads": -1, "filename": "PyEnviron-0.0.2.macosx-10.7-x86_64.tar.gz", "has_sig": false, "md5_digest": "f20886e70cec5d472b424bce9760c2e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4645, "upload_time": "2018-06-26T02:37:08", "url": "https://files.pythonhosted.org/packages/d5/cd/50c86a94cf01be0c745d2b0034a2436f2039b6f052c169ba63104dc4b633/PyEnviron-0.0.2.macosx-10.7-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "4f133b37ac1bac8a69ce0b46fc44eeb9", "sha256": "084c0d82e548ff058b4729981692e630f8f1f6aa239e622d7bc55a7ecb0c51fb" }, "downloads": -1, "filename": "PyEnviron-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "4f133b37ac1bac8a69ce0b46fc44eeb9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3087, "upload_time": "2018-06-26T02:30:11", "url": "https://files.pythonhosted.org/packages/9f/02/4c218ad28741e86a98aa1f98a02f7304233b9c7b91c15b39884d567576d3/PyEnviron-0.0.2-py3-none-any.whl" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "4595ec5911ecaf29365366347a628186", "sha256": "a34677762392dd6649d5da9c8ea3c527e2e0dc0d4334f7bc7b090c306336dc97" }, "downloads": -1, "filename": "PyEnviron-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "4595ec5911ecaf29365366347a628186", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3121, "upload_time": "2018-06-27T11:02:25", "url": "https://files.pythonhosted.org/packages/1b/48/339adfdaf3322e5b03bcd990fb63369ea7ee2f0c41f4acd113b7318e1452/PyEnviron-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "861b5ed249e98384c4d8c8f756189060", "sha256": "27769f1eff6576c6333e33a563dc7c3b62defd6d79a2e927a1cc8ef1cfea37d6" }, "downloads": -1, "filename": "PyEnviron-0.0.3.tar.gz", "has_sig": false, "md5_digest": "861b5ed249e98384c4d8c8f756189060", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2701, "upload_time": "2018-06-27T11:02:26", "url": "https://files.pythonhosted.org/packages/7a/7b/c42e5fd6b51ddba9493e6abee6f3176611b8e651dedb6f869b7388c43630/PyEnviron-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "41b520cf4249664d2e0d4c427860f497", "sha256": "308ee8c28f13cfdc22e2799e3220de31bcd430354dbc5c81253a414ace97c000" }, "downloads": -1, "filename": "PyEnviron-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "41b520cf4249664d2e0d4c427860f497", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3318, "upload_time": "2018-06-27T12:30:56", "url": "https://files.pythonhosted.org/packages/13/2f/79cac1bee39d8119b3bfa9ab836cc11a7c0919c8f6da237900acd3be8ff6/PyEnviron-0.0.4-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "41b520cf4249664d2e0d4c427860f497", "sha256": "308ee8c28f13cfdc22e2799e3220de31bcd430354dbc5c81253a414ace97c000" }, "downloads": -1, "filename": "PyEnviron-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "41b520cf4249664d2e0d4c427860f497", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3318, "upload_time": "2018-06-27T12:30:56", "url": "https://files.pythonhosted.org/packages/13/2f/79cac1bee39d8119b3bfa9ab836cc11a7c0919c8f6da237900acd3be8ff6/PyEnviron-0.0.4-py3-none-any.whl" } ] }