Skip to content

Commit 3d7668d

Browse files
author
Markus Fleschutz
committed
Cosmetic improvements
1 parent c2409ae commit 3d7668d

1 file changed

Lines changed: 7 additions & 15 deletions

File tree

gui/README.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
![Python](https://img.shields.io/badge/Python-3.8+-green)
2+
![CustomTkinter](https://img.shields.io/badge/CustomTkinter-5.2+-blue)
3+
14
# PowerShell Commander
25

36
A modern dark-themed GUI for managing and running PowerShell scripts.
47

5-
![CustomTkinter](https://img.shields.io/badge/CustomTkinter-5.2+-blue)
6-
![Python](https://img.shields.io/badge/Python-3.8+-green)
7-
88
## Features
99

1010
- **Dark Modern UI**: Built with CustomTkinter for a sleek, modern interface
@@ -17,23 +17,15 @@ A modern dark-themed GUI for managing and running PowerShell scripts.
1717

1818
## Installation
1919

20-
### Prerequisites
21-
22-
- PowerShell 5.1+ (Windows) or PowerShell Core (Linux/macOS)
20+
Requires PowerShell 5.1+ (Windows) or PowerShell Core (Linux/macOS).
2321

2422
### Quick Start
2523

26-
1. Make sure Python 3.8 or higher is installed, e.g. by executing: `winget install "Python 3.9"`
24+
1. Make sure Python 3.8 or higher is installed, e.g. by executing: ` winget install "Python 3.9" `
2725

28-
2. Install dependencies:
29-
```bash
30-
pip install -r requirements.txt
31-
```
26+
2. Install dependencies: ` pip install -r requirements.txt `
3227

33-
3. Run the application:
34-
```bash
35-
python powershell_commander.py
36-
```
28+
3. Run the application: ` python powershell_commander.py `
3729

3830
### Windows Auto-Start
3931

0 commit comments

Comments
 (0)