https://github.com/kmaork/wek
Keep your windows machine awake.
https://github.com/kmaork/wek
Last synced: 3 months ago
JSON representation
Keep your windows machine awake.
- Host: GitHub
- URL: https://github.com/kmaork/wek
- Owner: kmaork
- License: mit
- Created: 2021-01-20T22:10:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T22:11:43.000Z (over 4 years ago)
- Last Synced: 2025-01-26T05:25:00.918Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# wek
[](https://badge.fury.io/py/wek)
[](https://github.com/kmaork/wek/blob/master/LICENSE.txt)Is your windows machine too sleepy? Use `wek` to temporarily prevent it from fading away!
1. Install wek: `pip install wek`
2. Press WinKey+R, type wek and run. A popup window will show up, and as long as this window is not closed, your machine won't go to sleep.`wek` asks your system to stay awake by calling a windows API function. Wek's main function, `wek()`, consists of just three lines of code.