NiceAesth / ek-loop-py

Python library to interact with the EK-Loop Connect controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ek-loop-py

Description

This is a Python script that interacts with the EK-Loop Connect fan controller. The motivation behind this project is the abhorrent state of the official software.

Support for fan control, RGB control and sensor monitoring is offered.

Installation

See the Makefile. This project targets Python 3.11+.

Acknowledgements

pavelherr's ek-loop-connect linux driver was invaluable in understanding the USB protocol behind the controller. The RGB control code was based off of OpenRGB's implementation.

License

MIT. Do whatever you want, I am not responsible for anything.

About

Python library to interact with the EK-Loop Connect controller

License:MIT License


Languages

Language:Python 94.6%Language:Makefile 5.4%