Skip to content

Ombucha/akinator.py

Repository files navigation

akinator.py

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.

Links

About

A basic API wrapper for Akinator.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages