Skip to content

pelayotrives/automouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Automouse

This Python script moves the mouse cursor at regular intervals to random positions within a specified range.

Usage

Install the required modules using pip with your terminal.

```
pip install pyautogui
pip install time
```

Run the script by executing python3 automouse.py

The script will start moving the mouse cursor to random positions within a range of +/- 10 pixels around the current mouse position every 5 seconds.

Stop the script pressing Ctrl + C in the terminal. Enjoy!

Created by Pelayo Trives.

About

It moves and clicks the mouse automatically!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages