An open API service indexing awesome lists of open source software.

https://github.com/tom-the-bomb/akinator.py

python bindings for akinator-rs
https://github.com/tom-the-bomb/akinator.py

akinator api python

Last synced: about 2 months ago
JSON representation

python bindings for akinator-rs

Awesome Lists containing this project

README

        

# Akinator-py
Python bindings for ``akinator-rs``, a wrapper around the undocumented akinator API, made using [pyo3](https://pyo3.rs)

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:

```bash
$ py -m pip install akinator.py
```

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

### Examples
- refer to the [tests](https://github.com/Tom-the-Bomb/akinator.py/tree/master/tests) for full examples on usage
- Refer to the **documentation** [here](https://akinatorpy.readthedocs.io/en/latest/) for more information