SteamworksPy icon indicating copy to clipboard operation
SteamworksPy copied to clipboard

A working Python API system for Valve's Steamworks.

Results 36 SteamworksPy issues
Sort by recently updated
recently updated
newest added

When I try to use methods like `InviteFriend` or `SetPlayedWith`, it always causes an error as follows `ctypes.ArgumentError: argument 1: : int too long to convert` (fyi I was in...

I've been trying to get to a point where this python library is usable, and have been unsuccessful thus far. I've followed the docs [here](https://philippj.github.io/SteamworksPy/) with no success at all....

So, I've been trying to migrate a program that tries to fetch game data for a given game ID from C++ to Python, but the following function is missing, and...

I built a game in Python that I'm trying to publish on Steam, and I have things working fine with regard to just running as well as using Steam cloud...

Create documentation using Sphinx and publish on readthedocs.com

enhancement
help wanted

I'm using CreateLobby(0, 2) to create private invite-only lobby for 2 player co-op game, but it doesn't return me anything, just None. I'm testing with 480 appid. The code is...

networking
callbacks

Create more examples

enhancement
help wanted

- [ ] Create tests for library core - [ ] ? Framework for interactive testing

enhancement
help wanted

SetStatInt fails every time, returning false and printing no other info. Is there any way to debug whats going on? My code is: ``` from steamworks import STEAMWORKS() sw =...

bug
callbacks

Hello there Wanted to ask if someone could help me installing the library so i can get startet with it. I downloaded the steamworks SDK and the steamworkspy library. I...

question