A library that allows users to interface with their SimPad devices in real-time
Project description
SimpadLib v2.2.1
Example Usages
from simpadlib import simpad
sim = simpad.Controller() # Initialize the SimPad class
sim.set_color("#FF000", keys=simpad.Keys.both) # Change all keys to color "#FF0000"
sim.set_color("#00FF00", keys=simpad.keys.left) # Change the left key's color to "#00FF00"
from simpadlib import simpad
sim = simpad.Controller() # Initialize the SimPad class
sim.set_color("#FF000", keys=simpad.Keys.both, brightness="25%") # Change all keys to color "#FF0000", but only with 25% brightness
sim.set_color("#00FF00", keys=simpad.keys.left, brightness="50%") # Change the left key's color to "#00FF00", but only with 50% brightness
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simpadlib-2.2.1.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simpadlib-2.2.1.tar.gz.
File metadata
- Download URL: simpadlib-2.2.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
263522f5e44b0b6f5d36570f29795978c062edb60fcd82ef4f6e981a338d4194
|
|
| MD5 |
0bb6db96273b2275997dfd5280afb0f3
|
|
| BLAKE2b-256 |
635b7ca99d6daa8d0ae2e5fd8606215af8ee067b184ad12e23c8be0e67e55e31
|
File details
Details for the file simpadlib-2.2.1-py3-none-any.whl.
File metadata
- Download URL: simpadlib-2.2.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97b7ef3ff8bbe6b03dc3368be125529f17b703310dca4908363910907c03859b
|
|
| MD5 |
d84b5662873a0ff7893b43d91faef3a9
|
|
| BLAKE2b-256 |
520c2fdcb37ffcf824329a2d780751f23b42fd5727027309bad31a98ed3bc3c6
|