Skip to content

psidhu/openrazer-custom-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

openrazer-custom-scripts

The intention of this project is to store any custom scripts I write to control my razer stuff through openrazer.

snek.py

So this is a fun one. I wrote an automated snake program to run over my keyboards’ keys. The game plays out as normal, using dumb movements to move the snake (named snek) around.

Currently it’s designed for a standard TKL (e.g. Huntsman TE) as I limit where the snek game plays out. May attempt to make this smarter in the future, but it’s where I like it for now.

To run in the background, open a new terminal and:

python3 ./snek.py &
disown -a && exit

About

My custom scripts that hook into openrazer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages