https://github.com/pythondeveloper6/pc-mouse-mover-
move your pc mouse in a random place in the screen , you can set the time interval
https://github.com/pythondeveloper6/pc-mouse-mover-
Last synced: 10 months ago
JSON representation
move your pc mouse in a random place in the screen , you can set the time interval
- Host: GitHub
- URL: https://github.com/pythondeveloper6/pc-mouse-mover-
- Owner: Pythondeveloper6
- Created: 2021-07-08T14:45:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T11:47:32.000Z (over 2 years ago)
- Last Synced: 2025-04-01T19:36:31.044Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Pc-Mouse-Mover
move your pc mouse in a random place in the screen , you can set the time interval
#### installation :
- pip install pyautogui
#### set time interval :
- edit the code file 'time.sleep(1)' change 1 to the seconds number and the mouse will move based on this
#### run the code :
- python code.py