https://github.com/donadigo/tminterfaceclientpython
https://github.com/donadigo/tminterfaceclientpython
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/donadigo/tminterfaceclientpython
- Owner: donadigo
- License: gpl-3.0
- Created: 2021-06-04T12:35:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T00:01:26.000Z (almost 2 years ago)
- Last Synced: 2024-04-26T17:45:11.102Z (over 1 year ago)
- Language: Python
- Size: 119 KB
- Stars: 20
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python client for TMInterface
[](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/).