This Python program moves and clicks the mouse when you want to AFK during online work.
-
You can install this program by downloading it from GitHub.
-
if your device has GitHub installed type:
git clone https://github.com/Chewrs/automatic_move_mouse.git
in the terminal to clone this program.
Mac and Linux
- you can run this program in the terminal go to the folder of this program and type:
python3 apk.py
- or run it in python Editer such as pycharm,Jupyter, or vscode.
Windows
- you can run this program in Python Editor or using the command line.
-
When you run this program, it will display
Input how long you want to AFK (Hour,Minute)
and you have to input the number for the hour.(it can be zero) then commma(,) and input the another number for the minutes to be how long you want this program to run. -
example of input
-
1 hour and 45 minutes =>
1,45
-
10 minutes =>
0,10
-
Then this program will control your mouse and you will not be able to control the mouse until it is done.
To stop halfway you need to force quit the python application (not the Editor).
Mac os
- to stop halfway hold command + alt + Esc then uses the page up and down button to select the python application then press Enter and Enter.
- 2.0
- setting in json file
- new input & output
- 1.0
- Initial Release
- Dominique Pizzie for the sample of this Readme.md