Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wotclientdetection-2024.7.27.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

wotclientdetection-2024.7.27-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file wotclientdetection-2024.7.27.tar.gz.

File metadata

File hashes

Hashes for wotclientdetection-2024.7.27.tar.gz
Algorithm Hash digest
SHA256 c3acd130ab1d21a278846b4a3af7fd6651fad19ec26ac070345f90f45d91090c
MD5 dc8d605a4a82c1619a120ce72e6b0077
BLAKE2b-256 ba1c039184bd7fb310eed0a42755e7a8e8e8c247d3bac5000ca42575dbeffe6d

See more details on using hashes here.

File details

Details for the file wotclientdetection-2024.7.27-py3-none-any.whl.

File metadata

File hashes

Hashes for wotclientdetection-2024.7.27-py3-none-any.whl
Algorithm Hash digest
SHA256 adb3af6227156bd2df60427522d298f04bec3052a14805609d3f3ea4c31ea182
MD5 e231d41d99579ec94f8892d35557e852
BLAKE2b-256 33f3df6c65706c15ee8027b7e083eb18086c9880f01ff0d0b1ac210ddab51642

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page