Skip to main content

Library for interacting with SteelSeries GameSense 3.8.x

Project description

gamesense

A Python library for use with SteelSeries GameSense 3.8.X+

Installation

To install run:

pip install gamesense

Usage

Relatively simple to use.

from gamesense import GameSense

# Create a GameSense object instance to use
gs = GameSense("PYTHON_SDK", "Python SDK")

# Before you can register or send events, you must register your game
gs.register_game(icon_color_id=GS_ICON_GOLD)

# Register an event (different than binding an event, see more info in the SteelSeries docs)
gs.register_event("DID_STUFF")

# Test out the event by sending the event
gs.send_event("DID_STUFF", {"value": 22})

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

gamesense-0.0.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

gamesense-0.0.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

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