Skip to content

shrunbr/awake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awake 🐭🚀

Keeping your machine alert and energized

CodeQL GitHub License

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.

What is Awake? 🤔

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 😉

Features 🌟

  • 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.

Installation 📥

  1. Clone the Repository and Install Dependencies:
    git clone https://github.com/yourusername/awake.git
    cd awake
    pip install -r requirements.txt

Usage 🚀

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.

Examples

Default 1-minute interval:

python awake.py

Custom 5-minute interval:

python awake.py 5

Contribution 🤝

Got a cool idea to make Awake even more awesome? Contributions are welcome! Feel free to fork the repo and submit a pull request.

License 📄

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages