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.
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


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.28.1.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

wotclientdetection-2024.7.28.1-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for wotclientdetection-2024.7.28.1.tar.gz
Algorithm Hash digest
SHA256 61506a351c00003e869d5048df2a5c614ff19c4beeb663bd2d0c44ece4a9cb40
MD5 6569f159fefb0d31b4ea556b57022e4b
BLAKE2b-256 9c808edf60a0e677fc2c012362fa82273ba5aa684f00ebbab1d15d846320c45c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wotclientdetection-2024.7.28.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c9ac20a87f836994837b7f8a6932bff7b4802f3a5b3dbc2b3fcc525fa37eb5d0
MD5 5546eea8d92cf8d0b851c934a74795dd
BLAKE2b-256 e4b0ded96fad7f6d45df10d1e2e91db56b6c4630479838e836b62ba6409c6311

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