Code Monkey home page Code Monkey logo

pyvkb's Introduction

pyvkb

Documentation Status https://coveralls.io/repos/github/ventorvar/pyvkb/badge.svg?branch=devel

Python library for controlling VKB devices

Warning

pyvkb is in very early stages of development, things are likely to change.

Warning

Currently pyvkb only works on Windows.

Warning

The techniques used are the same that the VKBDevCfg tools use. Every effort is made to ensure that nothing will harm the device. Even though, use at your own risk.

Features

  • CLI
  • List connected VKB devices
  • Get and set custom LED configurations

CLI

pyvkb can also be used from via it's CLI application:

$ 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

See vkb --help for more information

pyvkb's People

Contributors

ventorvar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.