An API wrapper for Akinator.
Project description
Installing
To install the regular library without asynchronous support, just run the following command:
# Unix / macOS
python3 -m pip install "akinator"
# Windows
py -m pip install "akinator"
Otherwise, to get asynchronous support, do:
# Unix / macOS
python3 -m pip install "akinator[async]"
# Windows
py -m pip install "akinator[async]"
To get async support plus faster performance (via the aiodns and cchardet libraries), do:
# Unix / macOS
python3 -m pip install "akinator[fast_async]"
# Windows
py -m pip install "akinator[fast_async]"
To install the development version, do the following:
git clone https://github.com/Infiniticity/akinator.py
Requirements
Python ≥ 3.8.0
aiohttp (Optional, for async)
aiodns and cchardet (Optional, for faster performance with async)
Usually pip will handle these for you.
Links
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
akinator-1.1.1.tar.gz
(9.5 kB
view details)
Built Distribution
akinator-1.1.1-py3-none-any.whl
(14.8 kB
view details)
File details
Details for the file akinator-1.1.1.tar.gz
.
File metadata
- Download URL: akinator-1.1.1.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 500a71d9b7029f1daa8d9edf8f91ba4d1ff17515346ed74950c3b1ca97add83e |
|
MD5 | 44d6bdd9f7c159699cce4dc4a25a5d46 |
|
BLAKE2b-256 | ee5010f35dec2148fd1818bbb751d59a727b44f21700f3abf5a1bceb19fc4c6e |
File details
Details for the file akinator-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: akinator-1.1.1-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c459a31a8747f47fe442fae56d6fd4fb720537d279214318945f18240d86f1a0 |
|
MD5 | 723a837331cbb43cf7687941af2a3e6d |
|
BLAKE2b-256 | d40c931a115c0b72fd91ffc6011df5b1f230843396675c5604dbeba2147ff752 |