Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Auto Scroller

A Python script that uses OpenCV and PyAutoGUI to automate scrolling on a webpage.

Features

  • Uses OpenCV to detect the scroll bar on a webpage
  • Uses PyAutoGUI to simulate scrolling
  • Smooths the scrolling motion using exponential smoothing

Requirements

  • Python 3.8+
  • OpenCV 4.5+
  • PyAutoGUI 0.9+
  • NumPy 1.20+

Installation

  1. Clone the repository: git clone https://github.com/your-username/auto-scroller.git
  2. Navigate to the project directory: cd auto-scroller
  3. Install the requirements: pip install -r requirements.txt

Usage

  1. Run the script: python auto_scroller.py
  2. The script will start scrolling automatically.

Configuration

  • You can adjust the scrolling speed by modifying the scrolling_speed variable in the script.
  • You can adjust the smoothing factor by modifying the smoothing_factor variable in the script.

License

This project is licensed under the MIT License.