odd-even-game


Nameodd-even-game JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/siddharthdis/odd_even_game
SummaryA simple python game
upload_time2023-09-15 17:28:20
maintainer
docs_urlNone
authorSiddharth Yadav
requires_python
license
keywords game odd even odd even game siddharth siddharth yadav
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # odd even game
This is a game in which you have to play cricket with computer.
You have to choose odd or even and then you have to choose a number between 1 to 10.

## How to import
1. Open terminal
2. Type `pip install odd-even-game`

## How to use 
use `.start()` to start the game

## Example
```
from odd_even_game import odd_even_game
odd_even_game.start()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/siddharthdis/odd_even_game",
    "name": "odd-even-game",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "game,odd even,odd even game,siddharth,siddharth yadav",
    "author": "Siddharth Yadav",
    "author_email": "siddharthdis3432@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d3/8e/b412066d4491dba1d0872cb0e853022923727261a4df00f0a88238843567/odd_even_game-0.0.8.tar.gz",
    "platform": null,
    "description": "# odd even game\r\nThis is a game in which you have to play cricket with computer.\r\nYou have to choose odd or even and then you have to choose a number between 1 to 10.\r\n\r\n## How to import\r\n1. Open terminal\r\n2. Type `pip install odd-even-game`\r\n\r\n## How to use \r\nuse `.start()` to start the game\r\n\r\n## Example\r\n```\r\nfrom odd_even_game import odd_even_game\r\nodd_even_game.start()\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A simple python game",
    "version": "0.0.8",
    "project_urls": {
        "Homepage": "https://github.com/siddharthdis/odd_even_game"
    },
    "split_keywords": [
        "game",
        "odd even",
        "odd even game",
        "siddharth",
        "siddharth yadav"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37b38b380d1eea9b09ce7c7739397678f9d04e9fc9a5f8ba2fb6efcfd2110407",
                "md5": "aed8e8e7998243ea4857c3542bc5b507",
                "sha256": "99a4895489275af09383e5293ecdc0375a4f9caab7a44d955642faf8858ceef7"
            },
            "downloads": -1,
            "filename": "odd_even_game-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aed8e8e7998243ea4857c3542bc5b507",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2305,
            "upload_time": "2023-09-15T17:28:18",
            "upload_time_iso_8601": "2023-09-15T17:28:18.024279Z",
            "url": "https://files.pythonhosted.org/packages/37/b3/8b380d1eea9b09ce7c7739397678f9d04e9fc9a5f8ba2fb6efcfd2110407/odd_even_game-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d38eb412066d4491dba1d0872cb0e853022923727261a4df00f0a88238843567",
                "md5": "929689ffcb8d0c785bd5fccc6e189030",
                "sha256": "d1135f517f7bc70e7752056e19902d82865674e2a491234164d2a4b5608ba3db"
            },
            "downloads": -1,
            "filename": "odd_even_game-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "929689ffcb8d0c785bd5fccc6e189030",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2205,
            "upload_time": "2023-09-15T17:28:20",
            "upload_time_iso_8601": "2023-09-15T17:28:20.477314Z",
            "url": "https://files.pythonhosted.org/packages/d3/8e/b412066d4491dba1d0872cb0e853022923727261a4df00f0a88238843567/odd_even_game-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-15 17:28:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "siddharthdis",
    "github_project": "odd_even_game",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "odd-even-game"
}
        
Elapsed time: 0.15484s