Skip to main content

A library to issue console commands to Source Engine game clients

Project description

GPLv3 license PyPI pyversions PyPI version fury.io

ValveEXE

ValveEXE is a python library to interact with Source Engine game clients. It provides ways to input console commands as well as ways to read console output. It is primarily intended to assist in creating modding tools.

Full documentation: https://pysourcesdk.github.io/ValveEXE/

This library is completely VAC safe. It does not interact with memory in any way that might be frowned upon by anti-cheat. Console commands are issued either via RCON or by launch parameters. The console output is read from the disk, in log files provided by the game.

Installation

PyPI

ValveEXE is available on the Python Package Index. This makes installing it with pip as easy as:

pip3 install valveexe

Git

If you want the latest code or even feel like contributing, the code is available on GitHub.

You can easily clone the code with git:

git clone git@github.com:pySourceSDK/ValveEXE.git

and install it with:

python3 setup.py install

Supported by

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