Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 510 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 510 Bytes

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