Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Python helpers for the OpenRazer Keyboard Drivers

Notifications You must be signed in to change notification settings

daniellawrence/openrazer-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

Python helpers for the OpenRazer Keyboard

In order to use this you need to have https://github.com/openrazer/openrazer-drivers setup and working.

CLI Examples

Turn off the LEDs

$ razercli off

Turn all the LEDS to 'ffffff'

$ razercli static ffffff

Turn all the LEDS to salom

$ razercli static salom

API Examples

Set brightness to 50

from openrazer import Keyboard
kb = Keyboard()
kb.brightness = 50

Set mode to reactive

from openrazer import Keyboard
kb = Keyboard()
kb.mode_reactive('ff00ff')

About

Python helpers for the OpenRazer Keyboard Drivers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages