{ "info": { "author": "Sujan Poudel", "author_email": "Spoudel347@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3" ], "description": "# Pahelee\n\nMaze generator using recursive depth first search algorithm\n\n[![Demo](https://i.imgur.com/gy9hrI2.gif)](https://github.com/psuzn/pahelee)\n\n## What is it?\n\n**Pahelle** is a maze generator which impliments [Depth-first search Recursive backtracker](https://en.wikipedia.org/wiki/Maze_generation_algorithm) in OpenGL (python)\n\nInstallation / Usage\n--------------------\n**Installation**\n\nTo install use pip:\n\n $ pip install pahelee\n\n\nOr clone the repo:\n\n $ git clone https://github.com/psuzn/pahelee.git\n $ python setup.py install\n\n**Usage**\n\njust run \n```shell\n$ pahelee \n```\nThis will open a GLUT window of size 60*60 with 15 row and 15 columns (grid size) and after completition it will save a png image in your home directory.\n\n\n## Todos\n\n- [x] basic implimentation of algorithm.\n- [x] Upload this pakage to PyPI.\n- [ ] commandline arguments for different variables (like: no of grid rows).\n## Support\nThis is in alpha version and might cause some problem. so you can help me make it stable.\n\n\nPlease [open an issue](https://github.com/pahelee/romoNepali/issues/new) for support.\n\n## Contributing\n\nPlease contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/psuzn/pahelee/compare/).\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/psuzn/pahelee/tarball/1.0.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/psuzn/pahelee", "keywords": "mazegeneration,opengl,pahelee", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "pahelee", "package_url": "https://pypi.org/project/pahelee/", "platform": "", "project_url": "https://pypi.org/project/pahelee/", "project_urls": { "Download": "https://github.com/psuzn/pahelee/tarball/1.0.0", "Homepage": "https://github.com/psuzn/pahelee" }, "release_url": "https://pypi.org/project/pahelee/1.0.0/", "requires_dist": [ "Pillow (==5.0.0)", "PyOpenGL (==3.1.1a1)", "setuptools (==38.5.0)" ], "requires_python": "", "summary": "Maze generator using recursive depth first search algorithm", "version": "1.0.0" }, "last_serial": 3571834, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "caee8fa7ef5661614481183f73682ab0", "sha256": "f798721cd2015a585e0eef5f0c93adf4ee3b567e1bc71c0692999ca929e0eb7f" }, "downloads": -1, "filename": "pahelee-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "caee8fa7ef5661614481183f73682ab0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7091, "upload_time": "2018-02-11T10:46:42", "url": "https://files.pythonhosted.org/packages/42/13/f4b49c67bb07cc3d76855384498fbd9794744523421fb98e065afb6e2849/pahelee-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d8df6090a34838d010befec0a3065bb0", "sha256": "6faf0915eda4d55efbd3d4858fc20028886dc6a283c4c2f8b42fdf0d2655b6f2" }, "downloads": -1, "filename": "pahelee-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d8df6090a34838d010befec0a3065bb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4678, "upload_time": "2018-02-11T10:46:44", "url": "https://files.pythonhosted.org/packages/09/fd/05e7bd313e9cd102c5fa48efafa328f90419a012a9af4bba28f9e278e30e/pahelee-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "caee8fa7ef5661614481183f73682ab0", "sha256": "f798721cd2015a585e0eef5f0c93adf4ee3b567e1bc71c0692999ca929e0eb7f" }, "downloads": -1, "filename": "pahelee-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "caee8fa7ef5661614481183f73682ab0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7091, "upload_time": "2018-02-11T10:46:42", "url": "https://files.pythonhosted.org/packages/42/13/f4b49c67bb07cc3d76855384498fbd9794744523421fb98e065afb6e2849/pahelee-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d8df6090a34838d010befec0a3065bb0", "sha256": "6faf0915eda4d55efbd3d4858fc20028886dc6a283c4c2f8b42fdf0d2655b6f2" }, "downloads": -1, "filename": "pahelee-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d8df6090a34838d010befec0a3065bb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4678, "upload_time": "2018-02-11T10:46:44", "url": "https://files.pythonhosted.org/packages/09/fd/05e7bd313e9cd102c5fa48efafa328f90419a012a9af4bba28f9e278e30e/pahelee-1.0.0.tar.gz" } ] }