a simple poker odds calculator in Python, including:
- a poker simulator
- odds calculation through simulation / sampling
- DB to store and retrieve simulation results/odds
- command line interface with shortcuts
- other improvements
- tests on evaluator and random distribution
- higher-accuracy sampling by accumulating / merging histories in DB
- multi-threading simulation to accelerate etc...
usage: ./po.py --help