Skip to main content

Python library for controlling VKB devices

Project description

pyvkb

https://img.shields.io/pypi/v/pyvkb.svg https://img.shields.io/travis/ventorvar/pyvkb.svg Documentation Status https://coveralls.io/repos/github/ventorvar/pyvkb/badge.svg?branch=devel https://img.shields.io/badge/code%20style-black-000000.svg

Python library for controlling VKB devices

Features

  • CLI

  • List connected VKB devices

  • Get and set custom LED configurations

CLI

See vkb –help for more information

$ pip install pyvkb
$ vkb list
  0:  VKB-Sim Gladiator K  (4d1e55b2-f16f-11cf-88cb-001111000030)
$ vkb led show
 0:  VKB-Sim Gladiator K  (4d1e55b2-f16f-11cf-88cb-001111000030)
 ----------------------------------------------------------------------
 led:10 clm:COLOR1 lem:OFF color1:#000000 color2:#000000
 led:11 clm:COLOR1 lem:OFF color1:#000000 color2:#000000
 led: 0 clm:COLOR1 lem:OFF color1:#000000 color2:#000000

$ vkb led set --device 0 --leds 10 --color1 "#f00" --led-mode=1
$ vkb led show
 0:  VKB-Sim Gladiator K  (4d1e55b2-f16f-11cf-88cb-001111000030)
 ----------------------------------------------------------------------
 led:10 clm:COLOR1 lem:CONSTANT color1:#ff0000 color2:#000000
 led:11 clm:COLOR1 lem:OFF color1:#000000 color2:#000000
 led: 0 clm:COLOR1 lem:OFF color1:#000000 color2:#000000

History

0.1.0 (2020-06-15)

  • First release on PyPI.

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

pyvkb-0.1.0.tar.gz (23.4 kB view hashes)

Uploaded Source

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