SimpadLib v1.1
Example Usages
from simpad.lib import SimPad
sim = SimPad() # Initialize the SimPad class
sim.changeRGB("#FF000", "all") # Change all keys to color "#FF0000"
sim.changeRGB("#00FF00", "left") # Change the left key's color to "#00FF00"
from simpad.lib import SimPad
sim = SimPad()
sim.changeMode("rainbow") # Change mode to rainbow
sim.changeMode("on-off") # Change mode to on-off
sim.changeMode("off") # Turns lights off completely. If you are clearing colors, use sim.clear() instead.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simpadlib-1.0.2.tar.gz
(3.8 kB
view details)
File details
Details for the file simpadlib-1.0.2.tar.gz.
File metadata
- Download URL: simpadlib-1.0.2.tar.gz
- Upload date:
- Size: 3.8 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 |
67a36a5950320b285c330a193c8b649eaacc0953747b96d42683ce5f46deee1f
|
|
| MD5 |
621945c52770048e868105b344e357fd
|
|
| BLAKE2b-256 |
91ead8ddca603a82052bf6e7679980e9213a9b0a1812d9f7fe2341137d998369
|