pysrcds icon indicating copy to clipboard operation
pysrcds copied to clipboard

Python library for interacting with Source engine dedicated servers. This is no longer actively developed.

Results 2 pysrcds issues
Sort by recently updated
recently updated
newest added

Currently, the `exec_command` function returns a string (contrary to the README). This string contains the `__str__` representation of an array containing a byte sequence. Current output: ```python print(response) => [b'-----...

Hello @pmrowla i hope you don't mind me opening this, i thought it would be a good idea to have this here in case someone wants to use this library...