Skip to content

ToxicOrca/AutoScroll

Repository files navigation

🖱️ AutoScroll – By Toxic Orca Studio

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.


🚀 Features

  • Smooth, adjustable-speed scrolling
  • Simple GUI with dark mode
  • Trigger scroll with a single hotkey (default: F8)
  • Standalone executable – no Python required

📸 Screenshot

AutoScroll GUI


🧑‍💻 How to Use

  1. Download the latest .exe from Releases (or clone and build it yourself).
  2. Launch AutoScroll.exe.
  3. Use the sliders to adjust scroll speed and delay.
  4. Press F8 to start/stop smooth scrolling.
  5. Click Exit to quit the tool.

⌨️ Hotkeys

Action Hotkey
Toggle scroll F8

You can change the hotkey in the source code (HOTKEY = 'f8').


🛠️ Building from Source

Prerequisites:

  • Python 3.10+
  • pip packages: pip install pyautogui keyboard

Build with PyInstaller:

pyinstaller --noconsole --onefile --icon=autoscroll.ico --add-data "autoscroll.ico;." AutoScroll.py

  • The final .exe will appear in the dist/ folder.
  • Make sure autoscroll.ico is in the same folder as AutoScroll.py.

📂 File Structure

AutoScroll/ ├── AutoScroll.py ├── autoscroll.ico ├── README.md └── dist/ └── AutoScroll.exe ← Final output

🎨 Credit

Developed by Toxic Orca Studio
Built with help from ChatGPT


🐞 Issues / Suggestions?

Feel free to open an issue or submit a pull request. Contributions welcome!

About

Auto Scroller with GUI

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors