A Linux driver for the Logitech G13 gamepad, providing macro support, RGB LED control, and LCD display management. Version 1.7.2 requires Python >=3.10. Release cadence is irregular; development on GitHub.
pip install g13-linuxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to G13, displays text on LCD, then disconnects.
Use 'from g13_linux import G13' instead of 'import g13'
Use 'from g13_linux.keys import Key'
Run with sudo or add a udev rule: SUBSYSTEM=="usb", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c299", MODE="0660", GROUP="plugdev"Always call g13.disconnect() in a finally block.