Stay Awake is a simple app that keeps your computer from going to sleep.
Features:
- Lightweight
- Simple one-button GUI
- Minimize to tray
- Runs in background
Specs:
- Python 3.8
- Dependencies: PyQt5, PyAutoGUI
- Compatibility: Windows, MacOS, Linux (only tested on Windows)
Installation:
- Clone repository
- Install dependencies using pip and requirements.txt file
pip install -r requirements.txt
- Run and enjoy being AFK!!
How to make an executable:
pip install pyinstaller
pyinstaller --onefile main.py --icon=StayAwake.ico --windowed --noconsole --name="Stay Awake"
Download and run instantly without any code:
https://github.com/trevtravtrev/StayAwake/releases