/stayawake

A tool for keeping your computer awake

Primary LanguagePythonMIT LicenseMIT

stayawake

A tool for keeping your computer awake.

Installation

Install using pip:

pip install stayawake

Using from the command line:

stayawake

Or specify the interval at which to move the cursor

stayawake -i 5

Updating Pypi

pip install twine
python setup.py sdist bdist_wheel