Skip to content

A python script that detects when your mouse has moved and moves your mouse a little bit if it has not moved for over 10 seconds.

Notifications You must be signed in to change notification settings

nick-ziv/Anti-AFK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Anti-AFK

A python script that detects when your mouse has moved, and moves your mouse a little bit if it has not moved for over 10 seconds (prevents AFK kick on many games).

How it works

Anti-AFK uses the Python library pynput for mouse movement and detection. Also, wxPython is used for the GUI.

To install the required libraries, make sure you have python installed first, then open CMD/Terminal and run:

pip install pynput
pip install -U wxPython

Then run the python script to use the program.

If you would prefer to have this program as a standalone executable, I would recommend you use PyInstaller

License

MIT

About

A python script that detects when your mouse has moved and moves your mouse a little bit if it has not moved for over 10 seconds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages