Overview of PokerKit features
mainPokerKit is a pure Python library designed for simulating poker games, evaluating hands, and performing statistical analysis. It is suitable for poker AI development, tool creation, and casino implementations.
Key features include:
- Support for an extensive array of major and minor poker variants.
- High-speed hand evaluations.
- Customizable game states and parameters.
- A unified high-level programmatic API.
- High reliability via static type checking and 99% code coverage through extensive unit tests and doctests.