Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbkozlev/x-sleepgui
Prevent your PC from sleeping with - "Don't sleep" or X-Sleep for short. It is a mouse jiggler with an inbuild timer and Hot-Keys for emergency stop.
https://github.com/kbkozlev/x-sleepgui
auto awake gui idle jiggler mouse mouse-jiggler mouse-movement mousemove mousemovement python
Last synced: 2 months ago
JSON representation
Prevent your PC from sleeping with - "Don't sleep" or X-Sleep for short. It is a mouse jiggler with an inbuild timer and Hot-Keys for emergency stop.
- Host: GitHub
- URL: https://github.com/kbkozlev/x-sleepgui
- Owner: kbkozlev
- License: gpl-3.0
- Created: 2023-07-28T14:36:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-13T17:16:42.000Z (9 months ago)
- Last Synced: 2024-05-14T07:34:04.103Z (9 months ago)
- Topics: auto, awake, gui, idle, jiggler, mouse, mouse-jiggler, mouse-movement, mousemove, mousemovement, python
- Language: Python
- Homepage: https://github.com/kbkozlev/x-sleepGUI
- Size: 529 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# X-SleepGUI
Prevent your PC from sleeping with - "Don't sleep" or X-Sleep for short. It is a mouse jiggler with an inbuild timer and Hot-Keys for emergency stop.# Download and Run
You can download the latest release or use the command line to download the source code:
```
curl -LO https://github.com/kbkozlev/x-sleepGUI/archive/refs/heads/master.tar.gz
tar -xf master.tar.gz
cd x-sleepGUI-master
pip install -r requirements.txt
python main.pyw
```