π Activity Simulator is a Python-based tool that simulates keyboard and mouse movements to prevent idle tracking systems from detecting inactivity. It ensures that your system remains "active" even when you are away.
βοΈ Random mouse movements
βοΈ Simulated keyboard inputs (A-Z, numbers, space, tab)
βοΈ Application switching to make activity look realistic
βοΈ Lightweight & runs silently in the background
βοΈ Simple start/stop commands
Ensure you have pip
and xdotool
installed:
sudo apt install xdotool
pip install evdev
git clone https://github.com/sagarpise5/activity_simulator.git
cd activity_simulator
pip install .
activity-sim-start
The script will begin moving the mouse and pressing keys automatically.
activity-sim-stop
This will gracefully stop the simulation.
- Moves the mouse to random locations periodically
- Simulates keyboard presses (A-Z, numbers, space, tab)
- Randomly scrolls pages and switches applications
- Runs in the background while consuming minimal resources
This project is open-source and available under the MIT License.
π Maintained by: [Your Name]
π GitHub: Sagar Pise