Skip to content

Commit c2409ae

Browse files
author
Markus Fleschutz
committed
Added link to GUI
1 parent 48b498f commit c2409ae

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Mega Collection of PowerShell Scripts
22
=====================================
33

4-
**Contains 500+ free and stand-alone PowerShell scripts for Linux, macOS, and Windows. Useful on the command-line (CLI), for remote control via SSH, for automation (on startup/login/logoff/daily/hourly/shutdown or via AutoHotkey/Jenkins/etc.), for context menus, for voice commands (see [talk2windows](https://github.com/fleschutz/talk2windows)), or simply to learn PowerShell. All scripts are located in the 📁[scripts](scripts/) subfolder and support Unicode for a modern console like *Windows Terminal*.**
4+
**Contains 500+ free and stand-alone PowerShell scripts for Linux, macOS, and Windows. Useful on the command-line (CLI), for remote control via SSH, for automation (on startup/login/logoff/daily/hourly/shutdown or via AutoHotkey/Jenkins/etc.) or via [GUI](gui/README.md), for context menus, for voice commands (see [talk2windows](https://github.com/fleschutz/talk2windows)), or simply to learn PowerShell. All scripts are located in the 📁[scripts](scripts/) subfolder and support Unicode for a modern console like *Windows Terminal*.**
55

66
**[Download](https://github.com/fleschutz/PowerShell/releases) | [PowerShell FAQ](docs/FAQ.md) | [PowerShell Cheat Sheet](docs/cheat-sheet.md) | [PowerShell Documentation](https://docs.microsoft.com/en-us/powershell)**
77

gui/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,18 @@ A modern dark-themed GUI for managing and running PowerShell scripts.
1919

2020
### Prerequisites
2121

22-
- Python 3.8 or higher
2322
- PowerShell 5.1+ (Windows) or PowerShell Core (Linux/macOS)
2423

2524
### Quick Start
2625

27-
1. Install dependencies:
26+
1. Make sure Python 3.8 or higher is installed, e.g. by executing: `winget install "Python 3.9"`
27+
28+
2. Install dependencies:
2829
```bash
2930
pip install -r requirements.txt
3031
```
3132

32-
2. Run the application:
33+
3. Run the application:
3334
```bash
3435
python powershell_commander.py
3536
```

0 commit comments

Comments
 (0)