Python wrapper around the Rust gomori library.
Important
This is work in progress.
You'll probably want to use a virtualenv for the following steps. You can either use a pre-built wheel or build it from source yourself.
Download a wheel for your platform from the latest release.
pip install wheel
pip install <path to the wheel>
pip install maturin
maturin develop
After setup is completed, you can just from gomori import *
.
The API is pretty much the same as in Rust, so check out the documentation for that package.