A simple app that helps you schedule your PC shutdown time. Run while starting a coding or gaming session and make sure you don't end up going to sleep at 3 AM. You can also run it at system startup via Windows Task Scheduler to make sure you don't end up binging. Get the .exe from the release page.
Life Control Button GUI
- Schedule PC shutdown at a set time
- Schedule PC shutdown after set time
- Dark theme inspired by Atom One Dark
- Clean, minimalist interface
- Hit the Life Control Button via enter (wow!)
- Python 3.10
- PyQt6
- Clone this repository:
git clone git@github.com:NakerTheFirst/Life-control-button.git- Install the dependencies:
pip install -r requirements.txt- Run the application:
python main.pySelect your preferred shutdown mode:
- Choose "Turn PC off at a specific time" to set a target time
- Choose "Turn PC off after a specific duration" to set a countdown
Click "Get Life Control" or press Enter to schedule the shutdown.
This application uses the Windows shutdown command through PowerShell, so Linux and Mac are unsupported. Feel free to contribute.
