Programatically detect and delegate WoT/MT launchers and clients
Project description
wotclientdetection
Programatically detect and delegate WoT/MT launchers and clients. Uses original code from OpenWG.Utils but pythonized.
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.27.tar.gz
.
File metadata
- Download URL: wotclientdetection-2024.7.27.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3acd130ab1d21a278846b4a3af7fd6651fad19ec26ac070345f90f45d91090c |
|
MD5 | dc8d605a4a82c1619a120ce72e6b0077 |
|
BLAKE2b-256 | ba1c039184bd7fb310eed0a42755e7a8e8e8c247d3bac5000ca42575dbeffe6d |
File details
Details for the file wotclientdetection-2024.7.27-py3-none-any.whl
.
File metadata
- Download URL: wotclientdetection-2024.7.27-py3-none-any.whl
- Upload date:
- Size: 7.5 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 | adb3af6227156bd2df60427522d298f04bec3052a14805609d3f3ea4c31ea182 |
|
MD5 | e231d41d99579ec94f8892d35557e852 |
|
BLAKE2b-256 | 33f3df6c65706c15ee8027b7e083eb18086c9880f01ff0d0b1ac210ddab51642 |