/opython

OpenHoldem python add-on dll

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Welcome to opython

OpenHoldem opython user dll add-on

Instructions

# To Compile

1. Make sure you have support for c++ and mfc in visual studio
2. Install Python 3.x for x86
3. Set additional includes and libraries search directories for installed python in visual studio project
	by right clicking it in the solution explorer and selecting properties
	c++ -> Additional include directories. Defaults to C:\Python37-32\include 
	linker -> Additional Library directories. Defaults to C:\Python37-32\libs
4. Build

## To Run

1. Move user.dll, python.ohf and bot.py to Openholdem directory
2. Load python.ohf in oh
3. Run :)