Johnson468 / Stay-Awake

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Eclipse Public License 1.0


Languages

Language:Python 100.0%