Auto Scroll is a lightweight desktop tool that lets you smoothly scroll any webpage or app window using a hotkey. Perfect for recording clean B-roll or YouTube tutorials without the jittery mouse wheel flicking.
- Smooth, adjustable-speed scrolling
- Simple GUI with dark mode
- Trigger scroll with a single hotkey (default:
F8) - Standalone executable – no Python required
- Download the latest
.exefrom Releases (or clone and build it yourself). - Launch
AutoScroll.exe. - Use the sliders to adjust scroll speed and delay.
- Press
F8to start/stop smooth scrolling. - Click
Exitto quit the tool.
| Action | Hotkey |
|---|---|
| Toggle scroll | F8 |
You can change the hotkey in the source code (
HOTKEY = 'f8').
- Python 3.10+
- pip packages:
pip install pyautogui keyboard
pyinstaller --noconsole --onefile --icon=autoscroll.ico --add-data "autoscroll.ico;." AutoScroll.py
- The final
.exewill appear in thedist/folder. - Make sure
autoscroll.icois in the same folder asAutoScroll.py.
AutoScroll/ ├── AutoScroll.py ├── autoscroll.ico ├── README.md └── dist/ └── AutoScroll.exe ← Final output
Developed by Toxic Orca Studio
Built with help from ChatGPT
Feel free to open an issue or submit a pull request. Contributions welcome!
