From aabaa9b29e8241719e8d94f2d9b1e8a8e90bdd2f Mon Sep 17 00:00:00 2001 From: vicio Date: Sat, 9 May 2026 21:16:18 +0200 Subject: [PATCH] docs: add usage instructions --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e969cce..f284bc8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # caffeine -Keep-alive script \ No newline at end of file +Keeps your PC awake and your status active by simulating an F16 keypress every 60 seconds. + +## Requirements + +```bash +pip install pynput +``` + +## Usage + +```bash +python3 caffeine.py +``` + +## Output