/Smoothscroll-for-windows

A free & simple script in python allow your mouse wheel to scroll smoothly on Windows 10/11.

Primary LanguagePythonMIT LicenseMIT

Smoothscroll-for-windows

python version required
A free & simple script in python allow your mouse wheel to scroll smoothly on Windows 10/11.
preview

Features

  • Let the mouse wheel scroll smoothly in all apps.
  • Allows customizing scroll behavior, such as the speed and acceleration.
  • Individual configuration for each app with the possibility of disabling it.

Requirements

  • python >= 3.11
  • requirements.txt
    • python -m pip install -r requirements.txt

Usage example

python main.py

Build example

pyinstaller --onefile --name SmoothScroll.exe --noconsole main.py
*Please don't use pyinstaller, wait for nuitka to add support for python3.11

Dev tools

  • app-picker.py - outputs the absolute path to the executable file (.exe) under the cursor every second.

Thanks