File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,21 +6,24 @@ A simple app that helps you schedule your PC shutdown time. Run while starting a
66<p align =" center " >Life Control Button GUI</p >
77
88## Features
9- * Schedule PC shutdown at a specific time
9+ * Schedule PC shutdown at a set time
1010* Schedule PC shutdown after set time
1111* Dark theme inspired by Atom One Dark
1212* Clean, minimalist interface
1313* Hit the Life Control Button via enter (wow!)
1414
1515## Requirements
16- * Python 3.x
16+ * Python 3.10
1717* PyQt6
1818
1919## Installation & Usage
20- 1 . Clone this repository
20+ 1 . Clone this repository:
21+ ``` bash
22+ git clone git@github.com:NakerTheFirst/Life-control-button.git
23+ ```
21242 . Install the dependencies:
2225 ``` bash
23- pip install -r requirements.txt
26+ pip install -r requirements.txt
2427 ```
25283 . Run the application:
2629 ``` bash
@@ -34,4 +37,4 @@ Select your preferred shutdown mode:
3437Click "Get Life Control" or press Enter to schedule the shutdown.
3538
3639## Note
37- This application uses the Windows ` shutdown ` command through PowerShell, which SOMEHOW works with linux, so the only unsupported OS is Mac.
40+ This application uses the Windows ` shutdown ` command through PowerShell, so Linux and Mac are unsupported. Feel free to contribute.
You can’t perform that action at this time.
0 commit comments