This PowerShell script writes the given text as marquee.
text Specifies the text to write
speed Specifies the marquee speed (60 ms per default)
PS> ./write-marquee "Hello World"Author: Markus Fleschutz | License: CC0
This PowerShell script writes the given text in lowercase letters.
text Specifies the text to write
PS> ./write-lowercase "Hello World"hello worldAuthor: Markus Fleschutz | License: CC0
This PowerShell script determines the location and writes it to the console.
PS> ./write-location.ps1📍47.7278°,10.3192° near 87435 Kempten in Bavaria, Germany.Author: Markus Fleschutz | License: CC0
This PowerShell script writes a PowerShell help page.
PS> ./write-help.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script writes the given text as a headline.
text Specifies the text to write
PS> ./write-headline.ps1 "Hello World"-----------------Hello World-----------------Author: Markus Fleschutz | License: CC0
This PowerShell script writes 'Hands Off' in BIG letters.
PS> ./write-hands-off.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script writes an animated Mandelbrot fractal.
PS> ./write-fractal.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script determines and writes the current date in US format.
PS> ./write-date📅12/25/2022Author: Markus Fleschutz | License: CC0
This PowerShell script generates and writes PowerShell code on the console (no AI, just for fun).
color Specifies the text color to use ("green" by default)
speed Specifies the speed in milliseconds per code line (500 by default)
PS> ./write-code.ps1try {...This PowerShell script writes an horizontal chart to the console.
PS> ./write-chart.ps1BOWLING RESULTS 2024████████████████▏ 40.5% Joe████████████▎ 30.9% TomAuthor: Markus Fleschutz | License: CC0