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

Uploaded Source

Built Distribution

wotclientdetection-2024.8.2-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: wotclientdetection-2024.8.2.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for wotclientdetection-2024.8.2.tar.gz
Algorithm Hash digest
SHA256 bfa7af78a825b35caaa3036eb5848233ac211eb301b71c8ec6109a035429a656
MD5 fdc2fa2dfe754823b5b8d3b90763b429
BLAKE2b-256 b9e2da9985ce27b425175cddb5127830ed630f765951c344d0d7877cc227f9cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wotclientdetection-2024.8.2-py3-none-any.whl
Algorithm Hash digest
SHA256 dc019a2a6425c16856416cfd764a782b725bca04e7d1c68368e74032c29a57ca
MD5 0ca2ee45ab69a8ba7d4e19495c5f4fe1
BLAKE2b-256 6800f200db6f97d97502ef93b26210eaa41f2825ba39df436e54976a5573ea1c

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