poker-calc


Namepoker-calc JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryPoker Odds Calculator Calculate your hand odds against other players.
upload_time2023-08-20 19:25:06
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords poker poker odds calculator monte carlo simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Poker Odds Calculator

## Calculate your hand odds against other players. 

For instructions run:
```bash 
poker_calc 
```
or 
```bash
poker_calc --help
```
You can easily give from 2-9 players.
if no -b argument is present then Pre-Flop odds are calculated.
Else if -b is 5 cards then it will simply give you who has the strongest hand (winner)
else if -b is between 3-4 cards then flop odds and respecetivly turn odds will be calculated.
After that you can either run arg mode version:
```bash
poker_calc -p 8s9s -p ThQd -b 8h9sJh --fast
```
Or you could try interactive mode (with limitations- 2 players only and board cards are mandatory)
```bash
poker_calc --interactive
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "poker-calc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "poker,poker odds calculator,Monte Carlo simulation",
    "author": "",
    "author_email": "Eduards Abishevs <eduards@abishevs.dev>",
    "download_url": "https://files.pythonhosted.org/packages/75/82/1bde92a34d3673e33c3f3141404c4e09c6d48e696e3b6b1c4dde338a0e55/poker_calc-0.0.2.tar.gz",
    "platform": null,
    "description": "# Poker Odds Calculator\n\n## Calculate your hand odds against other players. \n\nFor instructions run:\n```bash \npoker_calc \n```\nor \n```bash\npoker_calc --help\n```\nYou can easily give from 2-9 players.\nif no -b argument is present then Pre-Flop odds are calculated.\nElse if -b is 5 cards then it will simply give you who has the strongest hand (winner)\nelse if -b is between 3-4 cards then flop odds and respecetivly turn odds will be calculated.\nAfter that you can either run arg mode version:\n```bash\npoker_calc -p 8s9s -p ThQd -b 8h9sJh --fast\n```\nOr you could try interactive mode (with limitations- 2 players only and board cards are mandatory)\n```bash\npoker_calc --interactive\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Poker Odds Calculator Calculate your hand odds against other players.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/Abishevs/poker_calc"
    },
    "split_keywords": [
        "poker",
        "poker odds calculator",
        "monte carlo simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c304262dc9e32aab6f1be8e45b6e7e518c4abc1b2fad18353411f3070d035972",
                "md5": "03c54d89463563e4f7afd48fd7cdfd7e",
                "sha256": "5b41d2d5d509369ee7032a4f026c4003cfa11432bb03e71ffaa20ed31d32e0f3"
            },
            "downloads": -1,
            "filename": "poker_calc-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "03c54d89463563e4f7afd48fd7cdfd7e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 11863,
            "upload_time": "2023-08-20T19:25:05",
            "upload_time_iso_8601": "2023-08-20T19:25:05.050273Z",
            "url": "https://files.pythonhosted.org/packages/c3/04/262dc9e32aab6f1be8e45b6e7e518c4abc1b2fad18353411f3070d035972/poker_calc-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75821bde92a34d3673e33c3f3141404c4e09c6d48e696e3b6b1c4dde338a0e55",
                "md5": "2d8f46cb8cf2d19c5acdf3d6b9b4d1d3",
                "sha256": "0b0f7b98af6fbd00d38f48063eaaf26f066a429a97cfe3e71a7154784e62e765"
            },
            "downloads": -1,
            "filename": "poker_calc-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2d8f46cb8cf2d19c5acdf3d6b9b4d1d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9071,
            "upload_time": "2023-08-20T19:25:06",
            "upload_time_iso_8601": "2023-08-20T19:25:06.598775Z",
            "url": "https://files.pythonhosted.org/packages/75/82/1bde92a34d3673e33c3f3141404c4e09c6d48e696e3b6b1c4dde338a0e55/poker_calc-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-20 19:25:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Abishevs",
    "github_project": "poker_calc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "poker-calc"
}
        
Elapsed time: 0.11443s