{ "info": { "author": "Soroush M Pour", "author_email": "soroushmpour@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Welcome to pyMine!\n## Classis Mine game in python!\n![screen-shot](scsht.png)\npyMine is an open-source module for Python, helps you to create or play old classic Windows Mine game in Python Terminal enviorment.\n\n# How to install?\n\n## pip\n\n pip install pymine\n\n# How to play?\n\nAfter installing module, you need to import it.\n\n from pyMine.engine import mine_engine\n\n pyMine module includes **mine_engine** class, **clear_terminal** function and **COLOR** class.\n create a **mine_engine** object.\n\n\n game = mine_engine(row=10,col=10,mines_count=20)\n\nif you wish to define row,col and number of mines later, feel free to leave inputs empty, lator you can set or edit values by:\n\n - num_mines -> int\n - map_size(row,col) -> function\n\nAfter defining mine attributes, first we need to create game board and build cells, then we have to generate mines into board cell.\n\n game.create_map() #this will build up game map.\n game.generate_mines() #this will generate mines and put them into game board.\n\n**It's better not to change any of the attributes while playing to prevent any errors.**\n\nAfter all these, you can now print out the game board.\n\n game.print_map()\n\nso now you can start playing, use flag(row,col) to flag a cell, use click(row,col) to choose and click on a cell, it will reveale number of mines around or it will explode!\n\n**Have fun!**\n**contact me if you needed help or anything else**:\n**soroushmpour@gmail.com**\n**\u00a9 @soroushamdg made it.**\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/soroushmpour/pyMine", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pymine", "package_url": "https://pypi.org/project/pymine/", "platform": "", "project_url": "https://pypi.org/project/pymine/", "project_urls": { "Homepage": "https://github.com/soroushmpour/pyMine" }, "release_url": "https://pypi.org/project/pymine/1.0.6/", "requires_dist": null, "requires_python": "", "summary": "pyMine is open-source module for Python, helps you to create or play old classic Windows Mine game in Python Terminal enviorment.", "version": "1.0.6" }, "last_serial": 5629022, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "7c3c70037085dde0db8ae3723c4d9ce0", "sha256": "ecded3926970835fedf0f8e504ab6489228dc97848f52bc2be54a8674442e375" }, "downloads": -1, "filename": "pymine-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7c3c70037085dde0db8ae3723c4d9ce0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16560, "upload_time": "2019-08-03T18:10:46", "url": "https://files.pythonhosted.org/packages/ab/5c/5dfec9714dbdc8081006e84dc2921bcc4dffc84aa20102b8dba61b8f94f5/pymine-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "67cadefa24a7de67902702579e8d1acb", "sha256": "9ded3ac07abbd8620e4efde794490ee167b936b3c6e875c7976d771a45f6a55b" }, "downloads": -1, "filename": "pymine-1.0.1.tar.gz", "has_sig": false, "md5_digest": "67cadefa24a7de67902702579e8d1acb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3838, "upload_time": "2019-08-03T18:10:50", "url": "https://files.pythonhosted.org/packages/d9/e3/8a5fd8aba7ea84f12f9ed39aa37b773f569590a7d050743ca793059ffe1f/pymine-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "6e85f45ee49ea7c0998eb21cd8b12575", "sha256": "8c1a3aa84b2671b8a7ee61e5c0c6b5806dd97a5185f220496e38affd28ee637c" }, "downloads": -1, "filename": "pymine-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "6e85f45ee49ea7c0998eb21cd8b12575", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16587, "upload_time": "2019-08-03T18:29:09", "url": "https://files.pythonhosted.org/packages/08/3d/3155ff7e5c35a149f650567ff8fd751afbaa41c79d9873c1d35f921f8cb9/pymine-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "553e0d4e5e3e20f337ad63cffe96f381", "sha256": "efd2e44f1e1326b42ddecc95c5ada1dcffef799e108e3cb1d6b40a9d5f75fb64" }, "downloads": -1, "filename": "pymine-1.0.2.tar.gz", "has_sig": false, "md5_digest": "553e0d4e5e3e20f337ad63cffe96f381", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3836, "upload_time": "2019-08-03T18:53:50", "url": "https://files.pythonhosted.org/packages/fb/87/cffc026ac352b12c3eb777b6b7c11b4b492e9ad30fc759ef6d6dac09b510/pymine-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "681e856de2f0841800b5763ec3edf75e", "sha256": "e6aede019a750c883fc60bc240d2593af3dbc6dc0f8d81a417b35f2bbc9ca0da" }, "downloads": -1, "filename": "pymine-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "681e856de2f0841800b5763ec3edf75e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16565, "upload_time": "2019-08-03T19:04:59", "url": "https://files.pythonhosted.org/packages/c0/8a/d2754db3a2cf4f0b38f71828d4d6daae996fba1da2ef2bd1ea90b8bad0e2/pymine-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2342f4ebe77f07c11c288a05c4bbb903", "sha256": "4233600a47d5fd46885c18142255b476d4694785abca4bdb9ff5420e2f4088d1" }, "downloads": -1, "filename": "pymine-1.0.3.tar.gz", "has_sig": false, "md5_digest": "2342f4ebe77f07c11c288a05c4bbb903", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3836, "upload_time": "2019-08-03T19:05:01", "url": "https://files.pythonhosted.org/packages/d2/ec/5b33475c0b1a27a307662cde6c40c294298137e4c721ea04d7f78304512c/pymine-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "053f195de93d71007d1d144055f0e3b8", "sha256": "f1f55a59b88860942ec407e403d25b7fc02ecf8094d8bb9964aef00d2d07b0bc" }, "downloads": -1, "filename": "pymine-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "053f195de93d71007d1d144055f0e3b8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16569, "upload_time": "2019-08-03T19:25:38", "url": "https://files.pythonhosted.org/packages/50/4d/24279ee31419d990dd502bc5e3cec811de3daace7964150e2e6a2d0a139a/pymine-1.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3baef7c2cd4ee5dd7b68093c3259b9d8", "sha256": "b47b39896c4a813ee5cc702e824050c6d0790c42c230e463231ff341aaec756c" }, "downloads": -1, "filename": "pymine-1.0.4.tar.gz", "has_sig": false, "md5_digest": "3baef7c2cd4ee5dd7b68093c3259b9d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3833, "upload_time": "2019-08-03T19:25:40", "url": "https://files.pythonhosted.org/packages/82/18/56548b12e0d11c8d19355c7d68992e74828a0264c073e899411d1b0a6943/pymine-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "c1c19e2fc10259202b4843d94542a119", "sha256": "9c6bae55321e8e79bd43294bda74af6a2180abb598e62e786f26f75a1d220ad3" }, "downloads": -1, "filename": "pymine-1.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "c1c19e2fc10259202b4843d94542a119", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16544, "upload_time": "2019-08-03T19:38:01", "url": "https://files.pythonhosted.org/packages/9c/7c/5c3eff555364194bbec98d574cbcc5bfd1ea2486bd774020882b673da5af/pymine-1.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "35d534064b6fb5d1a9dbeff95fa76427", "sha256": "d41f713d3c0a362e8aa102333966694ffc62d6c0b53a987713c9748361b47b06" }, "downloads": -1, "filename": "pymine-1.0.5.tar.gz", "has_sig": false, "md5_digest": "35d534064b6fb5d1a9dbeff95fa76427", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3817, "upload_time": "2019-08-03T19:38:03", "url": "https://files.pythonhosted.org/packages/77/34/f3d2c997b51223d053ab8974bf0fc6f6f511ee24dcc8119fd0bbcb791074/pymine-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "599cb58ef83bf783cf98e983826b8868", "sha256": "0ab58cbac4500c0cb6e1e7bcbff406a9b05cb376e18b0219b0d93d19f03d50ec" }, "downloads": -1, "filename": "pymine-1.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "599cb58ef83bf783cf98e983826b8868", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16554, "upload_time": "2019-08-03T19:44:07", "url": "https://files.pythonhosted.org/packages/16/73/522912bdcf64e0fe6ad9783df6844777e89faacf494673833fc07eb244d3/pymine-1.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9ef489c8ee70f006a4cf8f03f772ef22", "sha256": "07aa3d30bf698496111fd170e1731b07226f5f8aad224bc5d9e55d1b7aec42ea" }, "downloads": -1, "filename": "pymine-1.0.6.tar.gz", "has_sig": false, "md5_digest": "9ef489c8ee70f006a4cf8f03f772ef22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3819, "upload_time": "2019-08-03T19:44:08", "url": "https://files.pythonhosted.org/packages/d3/b4/c0a6aa9b921ea20cb597941cfa1bceba73f8b2f181164319de5ab92bef8f/pymine-1.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "599cb58ef83bf783cf98e983826b8868", "sha256": "0ab58cbac4500c0cb6e1e7bcbff406a9b05cb376e18b0219b0d93d19f03d50ec" }, "downloads": -1, "filename": "pymine-1.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "599cb58ef83bf783cf98e983826b8868", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16554, "upload_time": "2019-08-03T19:44:07", "url": "https://files.pythonhosted.org/packages/16/73/522912bdcf64e0fe6ad9783df6844777e89faacf494673833fc07eb244d3/pymine-1.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9ef489c8ee70f006a4cf8f03f772ef22", "sha256": "07aa3d30bf698496111fd170e1731b07226f5f8aad224bc5d9e55d1b7aec42ea" }, "downloads": -1, "filename": "pymine-1.0.6.tar.gz", "has_sig": false, "md5_digest": "9ef489c8ee70f006a4cf8f03f772ef22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3819, "upload_time": "2019-08-03T19:44:08", "url": "https://files.pythonhosted.org/packages/d3/b4/c0a6aa9b921ea20cb597941cfa1bceba73f8b2f181164319de5ab92bef8f/pymine-1.0.6.tar.gz" } ] }