OddEvenGame


NameOddEvenGame JSON
Version 0.0.12 PyPI version JSON
download
home_pagehttps://github.com/siddharthdis/OddEvenGame
SummaryThis is a game in which you have to play cricket with a computer.
upload_time2023-09-17 12:39:50
maintainer
docs_urlNone
authorSiddharth Yadav
requires_python>=3.8
licenseMIT license
keywords game odd even odd even odd even game cricket cricket game oddevengame oddevengame game with computer siddharth yadav 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 this project
1. Open your terminal
2. Type `pip install OddEvenGame` and hit enter

## How to use this project
   type `.start()` to run the game

## Example
```
import oddevengame
oddevengame.start()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/siddharthdis/OddEvenGame",
    "name": "OddEvenGame",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Game,Odd,Even,Odd Even,Odd Even game,Cricket,Cricket Game,oddevengame,OddEvenGame,Game with Computer,Siddharth Yadav,Siddharth,Yadav",
    "author": "Siddharth Yadav",
    "author_email": "siddharthdis3432@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f6/b7/e389e356f797cf975671e5ce0a5d2aed72110ee753dd7ebcea3513294d6d/OddEvenGame-0.0.12.tar.gz",
    "platform": null,
    "description": "# Odd Even Game\nThis is a game in which you have to play cricket with computer.\n\nYou have to choose odd or even and then you have to choose a number between 1 to 10.\n\n## How to import this project\n1. Open your terminal\n2. Type `pip install OddEvenGame` and hit enter\n\n## How to use this project\n   type `.start()` to run the game\n\n## Example\n```\nimport oddevengame\noddevengame.start()\n```\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "This is a game in which you have to play cricket with a computer.",
    "version": "0.0.12",
    "project_urls": {
        "Homepage": "https://github.com/siddharthdis/OddEvenGame"
    },
    "split_keywords": [
        "game",
        "odd",
        "even",
        "odd even",
        "odd even game",
        "cricket",
        "cricket game",
        "oddevengame",
        "oddevengame",
        "game with computer",
        "siddharth yadav",
        "siddharth",
        "yadav"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "442950fca8011831d20e65356395bb62d2c52d08e8762e12fb242453ee9e49bd",
                "md5": "bdce0c4d4b10412343792c58bdac11f6",
                "sha256": "d279253603b34ce620540a3eacfbea8f1c6c4de96729df3cf1b75aa25bb4af28"
            },
            "downloads": -1,
            "filename": "OddEvenGame-0.0.12-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bdce0c4d4b10412343792c58bdac11f6",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 3904,
            "upload_time": "2023-09-17T12:39:50",
            "upload_time_iso_8601": "2023-09-17T12:39:50.008935Z",
            "url": "https://files.pythonhosted.org/packages/44/29/50fca8011831d20e65356395bb62d2c52d08e8762e12fb242453ee9e49bd/OddEvenGame-0.0.12-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6b7e389e356f797cf975671e5ce0a5d2aed72110ee753dd7ebcea3513294d6d",
                "md5": "eda9abc9cf020a24b7de90a936af6fb3",
                "sha256": "12483483b46c01bae8f1a8c1933ec93b8f69bff4d5f6b80fb1ebb00b28ddb3da"
            },
            "downloads": -1,
            "filename": "OddEvenGame-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "eda9abc9cf020a24b7de90a936af6fb3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4106,
            "upload_time": "2023-09-17T12:39:50",
            "upload_time_iso_8601": "2023-09-17T12:39:50.996490Z",
            "url": "https://files.pythonhosted.org/packages/f6/b7/e389e356f797cf975671e5ce0a5d2aed72110ee753dd7ebcea3513294d6d/OddEvenGame-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-17 12:39:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "siddharthdis",
    "github_project": "OddEvenGame",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "oddevengame"
}
        
Elapsed time: 0.15147s