Skip to content

LukysGaming/xboxvibrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

XONE Vibration Control Script

Overview

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.

Prerequisites

  • Python 3.x
  • pynput library (only for the vibration adjusment one)
  • XInput-compatible game controller

Installation

  1. Install the required Python libraries: (only for the vibration adjusment one)

    pip install pynput
  2. Ensure you have a compatible XInput game controller connected to your system.

Usage

With Vibration Adjustment

  1. Clone the repository:

    git clone https://github.com/lukysgaming/xboxvibrations.git
  2. Navigate to the project directory:

    cd xboxvibrations
  3. Run the script:

    python xboxvibrations.py
  4. Adjust vibration intensity:

    • Scroll up or down with your mousewheel.
  5. Toggle vibration:

    • Press any button on the game controller.

Without Vibration Adjustment

If you prefer not to adjust vibration intensity, a simplified version is also available:

  1. Clone the repository:

    git clone https://github.com/lukysgaming/xboxvibrations.git
  2. Navigate to the project directory:

    cd xboxvibrations
  3. Run the script:

    python xboxvibrationslite.py
  4. Toggle vibration:

    • Press any button on the game controller.

Notes

  • 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 ☹

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages