console-sudoku


Nameconsole-sudoku JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA simple command-line version of the classic game Sudoku!
upload_time2024-08-23 03:29:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a command-line version of the classic game Sudoku. Make sure your have Python 3.12 installed

To start a game of sudoku after installing console_sudoku, run a python shell and type: "from console_sudoku import game". Then, simply type: "game.run()" and then follow the instructions of the game!

To play the game of sudoku, make sure to copy the puzzle exactly and return the exact same puzzle with the spaces replaced with numbers to not throw an exception.

Have fun!





            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "console-sudoku",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Sulaimaan Khurrum <sul.khu@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/40/cd/c085913abcb635886fb07da4f9df0fdf6e9dd5fb432d640f4e0b3ed6f1df/console_sudoku-0.1.0.tar.gz",
    "platform": null,
    "description": "This is a command-line version of the classic game Sudoku. Make sure your have Python 3.12 installed\n\nTo start a game of sudoku after installing console_sudoku, run a python shell and type: \"from console_sudoku import game\". Then, simply type: \"game.run()\" and then follow the instructions of the game!\n\nTo play the game of sudoku, make sure to copy the puzzle exactly and return the exact same puzzle with the spaces replaced with numbers to not throw an exception.\n\nHave fun!\n\n\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple command-line version of the classic game Sudoku!",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/SulKhu/Sudoku",
        "Issues": "https://github.com/SulKhu/Sudoku/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cf1a6a6738ac0bf90d4afcfda4ac85074dacd0008d1b683fc76c62fc987f94b",
                "md5": "585c1a5b6bb7dfb648815efaba1697af",
                "sha256": "b209f80ac13ab3f6ffeca9699a2fb81ddc3572d7b1b539521dd63ade23c8044a"
            },
            "downloads": -1,
            "filename": "console_sudoku-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "585c1a5b6bb7dfb648815efaba1697af",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12267,
            "upload_time": "2024-08-23T03:29:32",
            "upload_time_iso_8601": "2024-08-23T03:29:32.263985Z",
            "url": "https://files.pythonhosted.org/packages/6c/f1/a6a6738ac0bf90d4afcfda4ac85074dacd0008d1b683fc76c62fc987f94b/console_sudoku-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40cdc085913abcb635886fb07da4f9df0fdf6e9dd5fb432d640f4e0b3ed6f1df",
                "md5": "e4d5a68ec2a57847fb2346cda194c59b",
                "sha256": "fd8586b0bf5ab8d6e75f0096c6bf0b4ad103d448803475be1bb1215516c54fbf"
            },
            "downloads": -1,
            "filename": "console_sudoku-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e4d5a68ec2a57847fb2346cda194c59b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8551,
            "upload_time": "2024-08-23T03:29:34",
            "upload_time_iso_8601": "2024-08-23T03:29:34.158548Z",
            "url": "https://files.pythonhosted.org/packages/40/cd/c085913abcb635886fb07da4f9df0fdf6e9dd5fb432d640f4e0b3ed6f1df/console_sudoku-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-23 03:29:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SulKhu",
    "github_project": "Sudoku",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "console-sudoku"
}
        
Elapsed time: 0.39702s