python3-openttd

OpenTTD administration client library


License
GPL-3.0
Install
pip install python3-openttd==0.2.0

Documentation

python3-openttd

python3-openttd is a pure-python client library for interfacing with the admin server port of OpenTTD.

Requirements

Basic usage

See the examples directory for examples :).

Documentation

Run:

make docs-html

or:

cd docs
make html

to build sphinx-based documentation. View with your favourite web browser from docs/sphinx-data/build/html/index.html or run make docs-view-html.