Skip to content

This repository contains a PowerShell script, Write-BlockLetters.ps1, which defines a dictionary of block letters, punctuation, and symbols. Each character is 5x5 (max.), allowing for the creation of large, block-style text.

Notifications You must be signed in to change notification settings

dpo007/Write-BlockLetters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Write-BlockLetters.ps1

This PowerShell script prints out block letters on the console. It takes a string of text and prints it out in block letters on the console. The alignment, forground and background colours can be customized.

Parameters

  • Text: The text to be printed in block letters.
  • Align: The alignment of the text. Can be "Left", "Center", or "Right". Default is "Left".
  • VerticalPadding: The number of blank lines to add to the top and bottom of the output. Default is 0.
  • ForegroundColor: The colour of the text. Default is Gray.
  • BackgroundColor: The background colour of the text. Default is Black.

Example Usage

.\Write-BlockLetters.ps1 -Text "Go PowerShell!" -Align Center -ForegroundColor White -BackgroundColor Blue

Example Output

"Go PowerShell" example output

About

This repository contains a PowerShell script, Write-BlockLetters.ps1, which defines a dictionary of block letters, punctuation, and symbols. Each character is 5x5 (max.), allowing for the creation of large, block-style text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published