Welcome to Awake! This isn't just any Python script—it's your computer's new best friend, ensuring it never drifts off to sleep.
Awake is a quirky Python script designed to keep your computer from going idle. Whether you're stepping away for a quick break or leaving your desk for hours, Awake ensures your machine stays alert by simulating user activity.
with the side effect of keeping you "green" on Microsoft Teams 😉
- Mouse Movements: Keeps your cursor on the move to show your machine some love.
- Key Presses: Taps the shift key just enough to keep things lively.
- Customizable Intervals: Choose how often you want the activity to happen.
- Clone the Repository and Install Dependencies:
git clone https://github.com/yourusername/awake.git cd awake pip install -r requirements.txt
Run the script with a simple command:
python awake.py [minutes]
minutes (optional): Set the interval in minutes between each activity burst. Default is 1 minute if not specified.
Default 1-minute interval:
python awake.py
Custom 5-minute interval:
python awake.py 5
Got a cool idea to make Awake even more awesome? Contributions are welcome! Feel free to fork the repo and submit a pull request.
This project is licensed under the MIT License.