资 源 简 介
About OPyHoldem
OPyHoldem is a dynamic library (dll) for OpenHoldem.
Now you can run all your bot logic with Python.
OPyHoldem is fast, using native C python api for integration, and runs its own interpreter instance for every OpenHoldem session.
The code might have some hints from AdamM openholdem-xmlrpc-dll
since i first used his lib but found it a bit slow getting symbols and incompatible with multiple sessions
(it could work with some alterations). At this point i decided to take my own route and make a Python C API integrated dll that called python methods like openholdem-xmlrpc-dll.
Suggestions? Questions?
You can always drop a call at maxinmontreal.com/forums
Embedded Python integration - OPyHoldem