Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 695 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 695 Bytes

Akinator-py

Python bindings for akinator-rs, a wrapper around the undocumented akinator API, made using pyo3

designed for easy implementation of an akinator game in code, providing a simple and easy to use API.

Installation

Prebuilt wheels are uploaded onto pypi, if you platform is supported, you can install with:

$ py -m pip install akinator.py

You can also build from source yourself if you have rust installed

Examples

  • refer to the tests for full examples on usage
  • Refer to the documentation here for more information