Skip to content

This will be a simple project that will move the mouse to a random spot on the screen in a specific time frame

License

Notifications You must be signed in to change notification settings

IDaneva/Mouse-mover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mouse mover

I really hate when my status on games or chats goes to offline just because I haven't moved my mouse recently.

So I decided to write a simple code to do this for me. In my research I found PyAutoGUI https://pyautogui.readthedocs.io/en/latest/index.html

I used the mouse control functions to move the mouse to random spots in the set quadrant of coordinates. The quadrant is defined by x and y. Then the time modules defines for how long the mouse should be moved - in this case the minutes are taken from the input box

When the programme is ran the following window pops up image

After entering the minutes and clicking on the "Move!" button, the mouse coursor will start moving by itself for the given amount of time.

About

This will be a simple project that will move the mouse to a random spot on the screen in a specific time frame

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages