Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 478 Bytes

Infinite Cursor

Infinite Cursor is a Python script designed to create a seamless cursor movement experience by wrapping around the screen edges. When the mouse cursor reaches the edges of the the screen, the script automatically moves the cursor to the opposite side, creating the illusion of an infinite desktop space.

Usage

Install the required packages:

pip install -r requirements.txt

Run the script using the following command:

python main.py