Mouse random movement simulator for Windows and Linux by luk6xff
- Install
WINDOWS
cd MouseMover python -m venv venv venv\Scripts\activate.bat pip install -r requirements.txt
LINUX
cd MouseMover && python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
- Run
WINDOWS
cd MouseMover venv\Scripts\activate.bat python mousemover.py
LINUX
cd MouseMover && source venv/bin/activate && python mousemover.py
- Usage:
- key
qto stop the application. - key
wto stop the mousemover thread. - key
pto restart the mousemover thread.
This project is licensed under the MIT License