Project

PSWriteColor

Write-Color is a wrapper around Write-Host allowing you to create nice looking scripts, with colorized output.

Stars195
Forks28
Open issues5
PowerShell Gallery downloads1120317
Releasev1.0.3
Language: PowerShell Updated: 2026-04-11T10:18:48.0000000+00:00

Documentation

PSWriteColor overview

PSWriteColor makes console output easier to scan without replacing a script with a full UI framework.

Use PSWriteColor when a script still belongs in the terminal but needs clearer status messages, prompts, or lightweight operator menus.

Typical use

  • readable status output for operational scripts
  • color-coded console menus and prompts
  • small terminal UX improvements without a larger dependency