3 unstable releases

0.2.1 Aug 20, 2022
0.2.0 Aug 19, 2022
0.1.0 Aug 15, 2022

#1368 in Asynchronous

MIT license

36KB
691 lines

Akinator-py

python bindings for akinator-rs using pyo3

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

lib.rs:

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

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

Dependencies

~11–26MB
~393K SLoC