Made this cus I couldnt find anything similiar This Python script allows you to control the vibration intensity of your Xbox One game controller using mouse scroll events and a button press.
- Python 3.x
- pynput library (only for the vibration adjusment one)
- XInput-compatible game controller
-
Install the required Python libraries: (only for the vibration adjusment one)
pip install pynput
-
Ensure you have a compatible XInput game controller connected to your system.
-
Clone the repository:
git clone https://github.com/lukysgaming/xboxvibrations.git
-
Navigate to the project directory:
cd xboxvibrations
-
Run the script:
python xboxvibrations.py
-
Adjust vibration intensity:
- Scroll up or down with your mousewheel.
-
Toggle vibration:
- Press any button on the game controller.
If you prefer not to adjust vibration intensity, a simplified version is also available:
-
Clone the repository:
git clone https://github.com/lukysgaming/xboxvibrations.git
-
Navigate to the project directory:
cd xboxvibrations
-
Run the script:
python xboxvibrationslite.py
-
Toggle vibration:
- Press any button on the game controller.
- Ensure that the
xinput1_4
library is available on your system. - Terminate the script by pressing
Ctrl + C
. - Tested on w10 with xone controller
i know for what you will use it ☹