A free & simple script in python allow your mouse wheel to scroll smoothly on Windows 10/11.
- 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.
- python >= 3.11
- requirements.txt
python -m pip install -r requirements.txt
python main.py
pyinstaller --onefile --name SmoothScroll.exe --noconsole main.py
*Please don't use pyinstaller, wait for nuitka to add support for python3.11
- app-picker.py - outputs the absolute path to the executable file (.exe) under the cursor every second.