Update README.md
Signed-off-by: kkenny <kkenny379@gmail.com>
This commit is contained in:
parent
4cf5a4e2e4
commit
9e82cb9f18
50
README.md
50
README.md
|
@ -1 +1,51 @@
|
||||||
# Wiggly
|
# Wiggly
|
||||||
|
|
||||||
|
|
||||||
|
▄█ █▄ ▄█ ▄██████▄ ▄██████▄ ▄█ ▄██ ▄
|
||||||
|
███ ███ ███ ███ ███ ███ ███ ███ ███ ██▄
|
||||||
|
███ ███ ███▌ ███ █▀ ███ █▀ ███ ███▄▄▄███
|
||||||
|
███ ███ ███▌ ▄███ ▄███ ███ ▀▀▀▀▀▀███
|
||||||
|
███ ███ ███▌ ▀▀███ ████▄ ▀▀███ ████▄ ███ ▄██ ███
|
||||||
|
███ ███ ███ ███ ███ ███ ███ ███ ███ ███
|
||||||
|
███ ▄█▄ ███ ███ ███ ███ ███ ███ ███▌ ▄ ███ ███
|
||||||
|
▀███▀███▀ █▀ ████████▀ ████████▀ █████▄▄██ ▀█████▀
|
||||||
|
▀
|
||||||
|
|
||||||
|
______________________________________________________________
|
||||||
|
|
||||||
|
## Description
|
||||||
|
A utility to make sure your computer doesn't sleep when you have long running jobs that would die if it did.
|
||||||
|
|
||||||
|
### Note
|
||||||
|
_Don't use this to do stupid things, like keeping your work chat active. That's not what this is made for._
|
||||||
|
|
||||||
|
## Install
|
||||||
|
1. Clone this repository
|
||||||
|
2. Install python 3
|
||||||
|
3. `pip install pyautogui`
|
||||||
|
|
||||||
|
## Run
|
||||||
|
`./main.py`
|
||||||
|
|
||||||
|
## Preview
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
▄█ █▄ ▄█ ▄██████▄ ▄██████▄ ▄█ ▄██ ▄
|
||||||
|
███ ███ ███ ███ ███ ███ ███ ███ ███ ██▄
|
||||||
|
███ ███ ███▌ ███ █▀ ███ █▀ ███ ███▄▄▄███
|
||||||
|
███ ███ ███▌ ▄███ ▄███ ███ ▀▀▀▀▀▀███
|
||||||
|
███ ███ ███▌ ▀▀███ ████▄ ▀▀███ ████▄ ███ ▄██ ███
|
||||||
|
███ ███ ███ ███ ███ ███ ███ ███ ███ ███
|
||||||
|
███ ▄█▄ ███ ███ ███ ███ ███ ███ ███▌ ▄ ███ ███
|
||||||
|
▀███▀███▀ █▀ ████████▀ ████████▀ █████▄▄██ ▀█████▀
|
||||||
|
▀
|
||||||
|
|
||||||
|
_____________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
Idle time: 0h 0m 16s
|
||||||
|
Idle time max: 0h 2m 15s
|
||||||
|
Moves: 1
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in New Issue