play-sudoku


Nameplay-sudoku JSON
Version 0.0.9 PyPI version JSON
download
home_page
SummarySudoku game, made with python & curses. Play in the terminal. For Linux, Mac OS and Windows.
upload_time2024-03-11 14:39:32
maintainer
docs_urlNone
author4sushi
requires_python>=3.7
licenseMIT
keywords game sudoku curses
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sudoku-game

Sudoku game, made with python & curses. Play in the terminal. For Linux, Mac OS and Windows.


![](doc/screenshot.png)

## How to install

```shell
$ pip install play-sudoku
```

## How to play

```shell
$ sudoku
```

## Technical documentation

![](doc/doc_game.png)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "play-sudoku",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "game,sudoku,curses",
    "author": "4sushi",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/4c/fc/28e3654e8fa443d8325be9466511eb0c9461969a658dd9d5460558e5203d/play-sudoku-0.0.9.tar.gz",
    "platform": null,
    "description": "# sudoku-game\n\nSudoku game, made with python & curses. Play in the terminal. For Linux, Mac OS and Windows.\n\n\n![](doc/screenshot.png)\n\n## How to install\n\n```shell\n$ pip install play-sudoku\n```\n\n## How to play\n\n```shell\n$ sudoku\n```\n\n## Technical documentation\n\n![](doc/doc_game.png)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Sudoku game, made with python & curses. Play in the terminal. For Linux, Mac OS and Windows.",
    "version": "0.0.9",
    "project_urls": {
        "Homepage": "https://github.com/4sushi/sudoku-game"
    },
    "split_keywords": [
        "game",
        "sudoku",
        "curses"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e84715fd9635758e4da53bdd582ae95913db31bfb44d35743f695463bb28306e",
                "md5": "c6cceb4f3dcfbded3a9f83fb8d1b5809",
                "sha256": "8c1aba342226a1b5d028d7e5c5da2ba35e9175332cbd48be69d99f01655016e1"
            },
            "downloads": -1,
            "filename": "play_sudoku-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c6cceb4f3dcfbded3a9f83fb8d1b5809",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5494,
            "upload_time": "2024-03-11T14:39:30",
            "upload_time_iso_8601": "2024-03-11T14:39:30.492964Z",
            "url": "https://files.pythonhosted.org/packages/e8/47/15fd9635758e4da53bdd582ae95913db31bfb44d35743f695463bb28306e/play_sudoku-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cfc28e3654e8fa443d8325be9466511eb0c9461969a658dd9d5460558e5203d",
                "md5": "38514d14468aa06876192397689aceb6",
                "sha256": "f900221206f6b3ea321f8fb59e7a03f17894287c07b5c95f1253880d432cefe7"
            },
            "downloads": -1,
            "filename": "play-sudoku-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "38514d14468aa06876192397689aceb6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 306085,
            "upload_time": "2024-03-11T14:39:32",
            "upload_time_iso_8601": "2024-03-11T14:39:32.122003Z",
            "url": "https://files.pythonhosted.org/packages/4c/fc/28e3654e8fa443d8325be9466511eb0c9461969a658dd9d5460558e5203d/play-sudoku-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-11 14:39:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "4sushi",
    "github_project": "sudoku-game",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "play-sudoku"
}
        
Elapsed time: 0.21350s