docs: add usage instructions
This commit is contained in:
parent
c388d83dac
commit
aabaa9b29e
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
|
@ -1,3 +1,17 @@
|
|||
# caffeine
|
||||
|
||||
Keep-alive script
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue