A series Tools for texas hold'em with python.
# install requirement
git clone https://github.com/DarainS/texas-holdem-tools
cd ./texas-holdem-tools
pip3 install -r requirement.txt
# install mongodb
# by Docker
docker pull mongo
# and then mongo.py file would auto run mongodb by docker.
-
The comparetor of cards strength.
-
A win rate calculator with both random way and probability way.
- Calculate 7 cards derict rather than 5, it helps improve 30~40 times performance.