jackbox.py

An asynchronous Python framework for interacting with Jackbox Games.


License
Apache-2.0
Install
pip install jackbox.py==0.1.0

Documentation

jackbox.py

GitHub contributors Documentation Status PyPI status information PyPI version information PyPI supported Python versions PyPI license information

An asynchronous Python framework for interacting with Jackbox Games.

Installation

Python 3.5.2 or higher is required.

To install a final version of the wrapper do one of the following:

# Windows (PyPI)
py -3 -m pip install --upgrade jackbox.py

# Linux / OS X (PyPI)
python3 -m pip install --upgrade jackbox.py

To install the development version of the wrapper do one of the following:

# Windows (Git)
git clone https://github.com/ShineyDev/jackbox.py
cd jackbox.py
py -3 -m pip install --upgrade .

# Windows (Git, shorthand)
py -3 -m pip install --upgrade git+https://github.com/ShineyDev/jackbox.py

# Linux / OS X (Git)
git clone https://github.com/ShineyDev/jackbox.py
cd jackbox.py
python3 -m pip install --upgrade .

# Linux / OS X (Git, shorthand)
python3 -m pip install --upgrade git+https://github.com/ShineyDev/jackbox.py