Keep Me Online is a Python-based UI application that prevents online inactivity detection by simulating user input. The tool can periodically move the mouse cursor or send a keyboard input (such as the Shift key) to keep the session active.
The app is available as an executable (.exe), ready to use without installation.
- Customizable Activity Simulation:
- Set the mouse movement distance (default: 50 px).
- Choose the interval between actions (default: 50 seconds).
- Select a keyboard input to simulate (default: Shift).
- Easy to Use:
- Press Start to activate Keep Me Online.
- Press Stop to end the process.
- Status Indicator:
- 🟢 Green when active.
- 🔴 Red when inactive.
- Emergency Stop:
- Press Ctrl + P to terminate immediately.
Want to modify or improve the project? Here’s how to set up your development environment!
- Python 3.x
- Required libraries:
pyautogui,tkinter
- Clone the repository:
git clone https://github.com/yourusername/keep-me-online.git cd keep-me-online - Install dependencies:
pip install -r requirements.txt
- Run the application:
python keep_me_online.py
- Launch the executable or run the script.
- Configure movement distance, loop interval, and input key.
- Click Start to begin activity simulation.
- Click Stop to halt the process.
- Use Ctrl + P for an emergency stop.
Found a bug? Have a feature suggestion? Open an Issue or a Pull Request on GitHub! 🎉
💬 For any questions or support, feel free to reach out! 😊
Need help or want to learn more?
Join our Discord community for support, discussions, and exclusive tutorials! 🎮🔥
This tool is intended for ethical use only. The author is not responsible for any misuse or consequences arising from its application.
