• Stars
    star
    114
  • Rank 306,280 (Top 7 %)
  • Language
    Python
  • License
    Eclipse Public Li...
  • Created about 7 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A small python script to move your mouse, press the shift key, and keep your PC awake when you're away

Stay-Awake

A small python script to move your mouse, press the shift key, and keep your PC awake when you're away Uses command line arguments to set the number of minutes between movements and requires Python3 or higher. Default timer is 3 minutes, but can be 1 or more.

Dependencies

This software uses PyAutoGui https://github.com/asweigart/pyautogui as the driver behind the movement.

Optional- Create Virtual Env Step: python3 -m venv ./StayAwake pip install -r requirements.txt