Programatically detect and delegate WoT/MT launchers and clients
Project description
wotclientdetection
Programatically detect and delegate WoT/MT launchers and clients.
Based on original code from OpenWG.Utils and rewritten in Python.
Currently supports only Windows.
Installation
pip install wotclientdetection
Examples
from wotclientdetection import LauncherManager
manager = LauncherManager()
launchers = manager.get_launchers()
for launcher in launchers:
clients = launcher.get_clients()
for client in clients:
print(client.path)
from wotclientdetection import LauncherManager, LauncherFlavour, ClientBranch, ClientRealm
manager = LauncherManager()
launcher = manager.get_launcher(LauncherFlavour.WG)
client = launcher.get_client(realm=ClientRealm.EU)
from wotclientdetection import LauncherManager, LauncherFlavour, ClientBranch, ClientRealm
STANDALONE_GAME_PATH = 'C:\Games\wot_standalone'
manager = LauncherManager()
launcher = manager.get_launcher(LauncherFlavour.STANDALONE)
launcher.register_client(STANDALONE_GAME_PATH)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wotclientdetection-2024.7.28.1.tar.gz
.
File metadata
- Download URL: wotclientdetection-2024.7.28.1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61506a351c00003e869d5048df2a5c614ff19c4beeb663bd2d0c44ece4a9cb40 |
|
MD5 | 6569f159fefb0d31b4ea556b57022e4b |
|
BLAKE2b-256 | 9c808edf60a0e677fc2c012362fa82273ba5aa684f00ebbab1d15d846320c45c |
File details
Details for the file wotclientdetection-2024.7.28.1-py3-none-any.whl
.
File metadata
- Download URL: wotclientdetection-2024.7.28.1-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9ac20a87f836994837b7f8a6932bff7b4802f3a5b3dbc2b3fcc525fa37eb5d0 |
|
MD5 | 5546eea8d92cf8d0b851c934a74795dd |
|
BLAKE2b-256 | e4b0ded96fad7f6d45df10d1e2e91db56b6c4630479838e836b62ba6409c6311 |