Skip to content

like ambilight for razer chroma v2, using REST api

Notifications You must be signed in to change notification settings

gpiotti/razerlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

RazerLight

  • It's like Ambilight for rgb keyboard
  • Python script to make razer keyboard to reflect the colors being shown in your monitors
  • uses the Chroma SDK REST API

Installation

In your Razer Synapse application, you need to allow Apps to work

  1. Open Synapse
  2. Go to Chroma Menu
  3. Go to Apps sub menu
  4. confirm "Chroma Apps" is checked
  5. Run!

Just install the required packages and run the script, it will keep running until you stop it

python razerlight.py

Prerequisites the script uses the following packages

  • PIL
  • requests
  • win32gui
  • win32api
  • win32con
  • win32ui

Release History

  • 0.0.1
    • First commit

Meta

Gonzalo Piotti – @gonzapiotti[email protected]

Contributing

  1. Fork it (https://github.com/gpiotti/razerlight/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

like ambilight for razer chroma v2, using REST api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages