An open-source Python library for poker game simulations, hand evaluations, and statistical analysis. Current version 0.7.4, requires Python >=3.11. Active development with regular releases.
pip install pokerkitNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a Texas Hold'em game, simulate a round with a board and player hands, then evaluate hand strengths.
Create separate Game instances per thread or use threading locks.
Update code to unpack the tuple: `rank, _ = Hand.evaluate(board, hand)`
Always call `deck.shuffle()` before drawing cards.
No dependency data recorded yet.