Skip to main content

An API wrapper for Akinator.

Project description

license lines of code PyPI version info Python version info

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

Usually pip will handle these for you.

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 hashes)

Uploaded Source

Built Distribution

akinator-1.1.1-py3-none-any.whl (14.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page