A GUI utility designed to simplify switching between Wacom default drivers and OpenTabletDriver for osu!, with integrated screen resolution control and configuration utilities.
For users: Download here! and click on the first zip file
*Note: Logo generated by Google Gemini 2.0.
Playing osu! with a drawing tablet often benefits from low-latency drivers like OpenTabletDriver.
- However, for general desktop use or drawing applications, the Wacom driver are usually preferred.
- Switching between these involves manually clicking scripts and troubleshooting – a tedious and error-prone task.
This provides ways automate driver switching, manage display resolution, and handle common tasks with easy actions.
- Windows only (10 is recommended) - requires Admin privilege.
-
One-Click Driver & Game Actions:
-
Run osu! with OTD: Disables Wacom drivers, launches OpenTabletDriver, and starts osu!. Or simply Run osu! Only
-
Disable Wacom & Run OTD and Disable OTD & Enable Wacom: Easy driver switching.
-
Display Resolution Control: Downscaling or Reverting to normal resolution.
-
-
Utility Functions:
-
For end users: Please check out the Releases tab for easy access to built, ready-to-use portable executables.
-
For Develop / Contribute:
-
Clone the repository
-
Create and activate a virtual environment (recommended):
python -m venv .venv
.\.venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
The application stores its settings in a file named config.ini
located in:
C:\Users\<YourUsername>\AppData\Roaming\osu! Launch Tool\
This project is licensed under the MIT License - see the LICENSE file for details.