poker
poker copied to clipboard
Poker framework for Python
I'm also having trouble parsing Pokerstars hand history. I used the setup from [https://poker.readthedocs.io/en/latest/handhistory.html](https://poker.readthedocs.io/en/latest/handhistory.html) Raw data is loaded, but the error below is thrown by `match.group("ident")` in pokerstars.py. ..and there...
I've been trying to parse some ClubHouse games to keep track of how a bunch of friends are doing (PokerStars statistics don't seem to be loading). A club House game...
Right now it can only parse 1 hand history / file. Make a function that can parse all the hand histories in one file.
When pokerstars hand history satisfy one of bellow cases, parser does not work. - player's stack is not integer but float - each hand metadata does not contain `[YYYY/MM/DD hh:mm:ss...
Skip actions with sitout/disconnect/return from sitout. Add _Street object to preflop.actions.
from poker import Card import random deck = list(Card) cards_in_deck = len(deck) output: 47, no one king and four aces in deck!.
Would really want this. Not sure if it suits in this library. I could contribute to the code if you would like. Otherwise I'll start a new library for it(which...
Based on this recommendation: https://blog.nelhage.com/2016/12/how-i-test/ Write a mini language which anyone (either non-programmers) can make.
I want to use this library to parse [888poker](http://ca.888poker.com/) hand histories, and I'm going to do my best to build a parser for them, but I have no experience working...