Skip to content

Commit 8559c7b

Browse files
committed
Delete Linux support
1 parent 635ebb2 commit 8559c7b

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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+
```
2124
2. Install the dependencies:
2225
```bash
23-
pip install -r requirements.txt
26+
pip install -r requirements.txt
2427
```
2528
3. Run the application:
2629
```bash
@@ -34,4 +37,4 @@ Select your preferred shutdown mode:
3437
Click "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.

0 commit comments

Comments
 (0)