Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 859 Bytes

File metadata and controls

12 lines (7 loc) · 859 Bytes

Python client for TMInterface

Documentation Status

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. If you still wish to use this API, download the 1.4.3 version of TMInterface.

Consider this API legacy and not maintained.

Install the package with pip: pip install tminterface.

Documentation is available on Read the Docs.