Skip to content

MichalKononenko/poker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poker framework for Python

travis coveralls Supported Python versions Latest Version MIT License Wheel package Downloads

A Python framework for poker related operations.

It contains classes for parsing card Suits, Cards, Hand combinations (called Combos), construct hand Ranges and check for syntax, parse Hand histories.

It can get information from poker related websites like Pocketfives, TwoplusTwo Forum, or PokerStars website by scraping them. In the long term, it will have a fast hand evaluator and an equity calculator.

It uses the MIT license, soo it's code can be used in any product without legal consequences.

It aims quality, fully tested code and easy usability with nice APIs, suitable for beginners to play with.

Documentation

https://poker.readthedocs.org/

License

The MIT License (MIT)

Copyright (c) 2013-2015 Kiss György

Repo and contact

Packages

No packages published

Languages

  • Python 99.3%
  • Makefile 0.7%