A simple python wrapper for Logitech G's LED
Project description
LogiLed
⚠️ This package only works on Windows. ⚠️
[!IMPORTANT]
This package is not affiliated with Logitech. It has been designed to allow anyone to customize the RGB of these devices.This project is a fork of LogiPy, the original code can be found here
Use the LED SDK to access all LED and RGB backlight functions and features of Logitech G products. Integrate profiles for custom key configurations, develop in-game effects, or mark keys to keep track of cool downs on various commands.
Documentation
The documentation can be found here.
You can found the test documentation here.
Installation
pip install logiled
Install the test version:
pip install -i https://test.pypi.org/simple/ logiled
LED Examples
Set all device lighting to red:
from logiled import LogitechLed, load_dll
load_dll()
led = LogitechLed()
led.set_lighting(100, 0, 0)
input("Press enter to shutdown SDK...")
led.shutdown()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file logiled-2023.11.12.1.tar.gz.
File metadata
- Download URL: logiled-2023.11.12.1.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2390431855e3b99ba0ef8d8d15da61960c771c3c9e36883ad2067d5542ac394
|
|
| MD5 |
0e4d0207c433fbcdd3a019681d5be75c
|
|
| BLAKE2b-256 |
e70f05052572f5968b670319275150ae377a2883a111d5cded16b1ea6d960733
|
File details
Details for the file logiled-2023.11.12.1-py3-none-any.whl.
File metadata
- Download URL: logiled-2023.11.12.1-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cefd05cd89611b3da8ee00aa9248bfece652661824cf934f0f48d3409c43605
|
|
| MD5 |
d61e017ff4256c48c90d6ba4e6871e7e
|
|
| BLAKE2b-256 |
4df0815ffa457699cc3ad48fc871468b3ee6a5b5e3ae92736dcaa26f92c03e10
|