Open Side Menu Go to the Top
Register
Java Library to Parse poker ranges Java Library to Parse poker ranges

03-25-2019 , 01:35 AM
I am working on writing a simple poker app that will help in studying poker ranges off the table. The app will simply generate a random hand and allow user to pick bet, fold, 3-bet options. It will then provide the result on the basis of pre-defined ranges. I am planning to write it in Java (or Python)

Question:-
1. Is there a library that I can use to parse poker ranges text output provided by Equilab (or flopzilla).

For example this is sample text output from flopzilla "AA-22,AKo-ATo,KQo-KJo,QJo,AKs-A2s,KQs-K9s,QJs-QTs,JTs-J9s,T9s-T8s,98s-97s,87s,76s,65s"

The library should be able to tell me if a hand like Ah3h is part of the above range or not.

2. Is there a UI hand replayer library that I can use use for this application. The library should be able to take an a random hand as input and allow user to pick one of the bet,fold or 3-bet options. I am looking to develop something like ICMTrainer provided by PokerStrategy but only for preflop
Java Library to Parse poker ranges Quote
03-25-2019 , 04:30 PM
I wrote a java range parser that uses 22+, A5s+ etc. syntax. PM if you are interested.
Java Library to Parse poker ranges Quote

      
m