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.py"
# Windows
py -m pip install "akinator.py"
Otherwise, to get asynchronous support, do:
# Unix / macOS
python3 -m pip install "akinator.py[async]"
# Windows
py -m pip install "akinator.py[async]"
To get async support plus faster performance (via the aiodns and cchardet libraries), do:
.. code-block:: sh
# Unix / macOS python3 -m pip install “akinator.py[fast_async]”
# Windows py -m pip install “akinator.py[fast_async]”
To install the development version, do the following:
$ git clone https://github.com/Pysics/akinator.py
Requirements
Python ≥ 3.8.0
Usually pip will handle these for you.
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file akinator-1.0.0.tar.gz.
File metadata
- Download URL: akinator-1.0.0.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9170af99565ca52dfbe943bf718b7e1b3c681e9e4867d52f51247aaaaed94dc7
|
|
| MD5 |
a8a857322d50b3032963e740455d2eb8
|
|
| BLAKE2b-256 |
b722daa7f481f95e2bf88ea0909c4ad8f03ff2a70765911dac7220684d07d170
|
File details
Details for the file akinator-1.0.0-py3-none-any.whl.
File metadata
- Download URL: akinator-1.0.0-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
938e926d9c5b9be9ed96c0a0aa68b96073657e94b54dc9e6d2e21ef315a0ad64
|
|
| MD5 |
2d163a491d63aca55a64d0cb2fcb421e
|
|
| BLAKE2b-256 |
5fb5f1dac980f25284c28523035ba81532f13ace781e5439c64d39e4e30b10c9
|