File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
36A 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
You can’t perform that action at this time.
0 commit comments