An unofficial Python client library for CountAPI (countapi.xyz)
It is your responsibility to use this library in accordance with the the CountAPI terms of service.
This package is available from PyPi, which
means it can be easily acquired via pip.
Run this command at a shell prompt:
pip3 install countapiTo get started, import the package like so:
import countapiFor a working example, see example.py.