Skip to content

neuro-rights/opython

 
 

Repository files navigation

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 :)

About

OpenHoldem python add-on dll

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.0%
  • Python 17.0%
  • C 15.0%