An open API service indexing awesome lists of open source software.

https://github.com/donadigo/tminterfaceclientpython


https://github.com/donadigo/tminterfaceclientpython

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Python client for TMInterface
[![Documentation Status](https://readthedocs.org/projects/tminterface/badge/?version=latest)](https://tminterface.readthedocs.io/en/latest/?badge=latest)

This is the Python client for TMInterface, which allows for modifying TrackMania state through the TMInterface server API.

**NOTE:** This API is **only** working on TMInterface versions < 2.0.0. From version 2.0.0, TMInterface introduced a [new plugin API with AngelScript](https://donadigo.com/tminterface/plugins/intro). If you still wish to use this API, download the [1.4.3 version of TMInterface](https://donadigo.com/files/TMInterface/TMInterface_1.4.3_Setup.exe).

*Consider this API legacy and not maintained.*

Install the package with pip: `pip install tminterface`.

Documentation is available on [Read the Docs](https://tminterface.readthedocs.io/en/latest/).