Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Razer Battery Checker

Simple system tray icon app to show battery level of various razer devices. Should work on Linux, Windows and macOS (latter not tested). Mostly adapted from OpenRazer and OpenRGB.

screenshot

Adding new devices

  • add device with name, pid, interface, usage_page, usage to devices.py
  • add transaction_id to switch statement in constructor of DeviceController in device_controller.py

Linux

On Linux you also have to add a udev rule to get access to usb devices (see here).

Build executables

Building with PyInstaller

For Linux:

pyinstaller --onefile --noconsole --add-data "images/*:images" src/app.pyw

For Windows:

pyinstaller --onefile --noconsole --add-data "images/*;images" src/app.pyw

You can also use wine to build an .exe under Linux.

Projects used

About

Simple system tray icon app to show battery level of various razer devices.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages