Ombucha / akinator.py

A basic API wrapper for Akinator.

Home Page:https://akinator.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

akinator.py

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.

About

A basic API wrapper for Akinator.

https://akinator.readthedocs.io

License:MIT License


Languages

Language:Python 100.0%