Supports Python 3.9+
.
Module based on steam for interacting with CS2's Game Coordinator.
Forked from ValvePython/csgo since it seems to be abandoned.
I'm not willing to maintain it but here's some updates I've made:
- Fixed connecting to GC
- Added constants for
CSGOClient
events (EVENT_CONNECTION_STATUS
,EVENT_READY
,EVENT_NOT_READY
) - Now the minimal Python requirement is 3.9 (since older version have reached their EOL)
Documentation: http://csgo.readthedocs.io (outdated)
Note that this module should be considered an alpha.
Contributions and suggestion are always welcome.
Install the current dev version from github
:
pip install git+https://github.com/SyberiaK/csgo