Welcome to amiibo.py’s documentation!

amiibo.py is a powerfull, rich API wrapper for amiiboapi.com

Features:

  • 100% API Coverage

  • Optimized speed

  • Both Sync/Async versions available

Installation

To install pip version:

# if your os is macOS
> python3 -m pip install -U amiibo.py
# If your os is Windows
> py -3 -m pip install -U amiibo.py

To install development version:

> git clone https://github.com/XiehCanCode/amiibo.py
> cd amiibo.py
> python3 -m pip install .

Indices and tables