# Akinator-py python bindings for [akinator-rs](https://github.com/Tom-the-Bomb/akinator-rs) using [pyo3](https://pyo3.rs) ### 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