Simple Gui python app to control the cli app headsetcontrol for corsair devices.
- Print Test: Tries to Print the battery porcentage in the CLI.
- Light ON/OFF: Turns the headset lights on or off if the model supports it.
- Rotate to Mute ON/OFF: Turns rotate 2 mute feature on or off if the model supports it.
- Voices ON/OFF: Turns Voice Prompt feature on or off if the model supports it.
-
Clone the repository:
git clone https://github.com/Gater73/HeadsetControllium.git cd HeadsetControllium -
Install requirements:
pip install -r requirements.txt
-
Run the Flask application:
python main.py
This project is licensed under the GNU General Public License v3.0. You are free to use, modify, and distribute this software, provided that any copies or substantial portions of the software include the original license.
Contributions are welcome! Not all features of the CLI app are present if you have time to contribute, please do so! Please feel free to open issues or submit pull requests.
- CustomTkinter: https://github.com/TomSchimansky/CustomTkinter
- HeadsetControl: https://github.com/Sapd/HeadsetControl
For any questions or inquiries, please reach out via github.
