Ironman Software Forums
Continue the conversion on the Ironman Software forums. Chat with over 1000 users about PowerShell, PowerShell Universal, and PowerShell Pro Tools.
In this post, we’ll look at how to create ASCII art text banners and convert images to ASCII art.
ASCII art text is a text-based graphic of text drawn using an ASCII art font. You can use the WriteAscii
module to create text banners.
Install-Module WriteAscii
Write-Ascii -InputObject 'Happy Thanksgiving!'
The resulting text will be the following.
_ _ _ _ _ _ _
| |__ __ _ _ __ _ __ _ _ | |_ | |__ __ _ _ __ | | __ ___ __ _ (_)__ __(_) _ __ __ _ | |
| '_ \ / _` || '_ \ | '_ \ | | | | | __|| '_ \ / _` || '_ \ | |/ // __| / _` || |\ \ / /| || '_ \ / _` || |
| | | || (_| || |_) || |_) || |_| | | |_ | | | || (_| || | | || < \__ \| (_| || | \ V / | || | | || (_| ||_|
|_| |_| \__,_|| .__/ | .__/ \__, | \__||_| |_| \__,_||_| |_||_|\_\|___/ \__, ||_| \_/ |_||_| |_| \__, |(_)
|_| |_| |___/ |___/ |___/
You can use the Asciify
module to convert images into ASCII art. I’ll convert the following turkey into ASCII art.
Install-Module Asciify
Convert-ImageToAscii -Path .\turkey.jpg
The resulting image looks like this.
@@@@@@@@@@@@@@@@@@@@++++......++##@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@++..++++++++++++++..++@@@@@@@@@@@@@@@@
@@@@####@@@@@@++..++++++++++++++++++++++@@@@@@####@@@@
@@##......@@++..++++++++++++++++++++++..##@@......##@@
@@..++++..++..++++++++++++++++++++++++++++++..++++..@@
##..++++++..++++++++++++++++++++++++++++++..++++++..##
++++++....++++++++++++++++++++++++++++++++++....++++++
..++......++++++++++++++++++++++++++++++++++......++..
..++ ++..++++++++++++++++++++++++++++++++++..++..++..
......++..++++++++++++++++++++++++++++++++++..++......
####......++++++++++++++++++++++++++++++++++....++####
@@@@@@.. ++++++++++++++++++++++++++++++++++ ..@@@@@@
@@@@@@@@##..++++++++++++++++++++++++++++++..##@@@@@@@@
@@@@@@@@@@..++++++++++++++++++++++++++++++..@@@@@@@@@@
@@@@@@@@## ++++++++++++++++++++++++++++++ ##@@@@@@@@
@@@@@@@@......++++++++++++++++++++++++++......@@@@@@@@
@@@@@@##..++..++++++++++++++++++++++++++ ++++##@@@@@@
@@@@@@++++++....++++++++++++++++++++++....++++++@@@@@@
@@@@@@++++++++ ++++++++++++++++++++++ ++++++++@@@@@@
@@@@@@++..++++.. ++++++++++++++++++ ..++++..++@@@@@@
@@@@@@##..++++++....++++++++++++++....++++++..##@@@@@@
@@@@@@@@++++++++++ .......... ++++++++++@@@@@@@@
@@@@@@@@@@..++++....@@++......++@@....++++..@@@@@@@@@@
@@@@@@@@@@##......@@@@@@@@@@@@@@@@@@......##@@@@@@@@@@
@@@@@@@@@@@@##++++@@@@@@@@@@@@@@@@@@++####@@@@@@@@@@@@
@@@@@@@@@@@@@@####@@@@@@@@@@@@@@@@@@####@@@@@@@@@@@@@@
@@@@@@@@@@@@@@##@@++@@@@@@@@@@@@@@++@@##@@@@@@@@@@@@@@
@@@@@@@@@@@@@@++++##@@@@@@@@@@@@@@##++++@@@@@@@@@@@@@@
Find this useful? Please consider sharing this article. Have a question about PowerShell? Contact us and we'll write a post about it.
Continue the conversion on the Ironman Software forums. Chat with over 1000 users about PowerShell, PowerShell Universal, and PowerShell Pro Tools.
Receive once-a-month updates about Ironman Software. You'll learn about our product updates and blogs related to PowerShell.