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
- Host: GitHub
- URL: https://github.com/tom-the-bomb/akinator.py
- Owner: Tom-the-Bomb
- License: mit
- Created: 2022-08-12T14:41:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T05:34:48.000Z (over 1 year ago)
- Last Synced: 2024-05-29T10:13:00.911Z (about 1 year ago)
- Topics: akinator, api, python
- Language: Rust
- Homepage: https://akinatorpy.readthedocs.io/en/latest/
- Size: 64.5 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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