ferdhika31 / block-letters

Cool way of printing block letters of a string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

block-letters

Cool way of printing block letters of a string

Given an input string, it will output it with cool block letters!

Example:

$ ./block-letters "dab"
 ______   ______  _______
|  ___ \ |  __  ||  __   \
| |   \ \| |__| || |__| _/
| |   | ||  __  ||  __ |_
| |___/ /| |  | || |__|  \
|______/ |_|  |_||_______/
$ ./block-letters "beach"
 _______  ______  ______  _______  _     _
|  __   \|  ____||  __  ||  _____|| |   | |
| |__| _/| |____ | |__| || |      | |___| |
|  __ |_ |  ____||  __  || |      |  ___  |
| |__|  \| |____ | |  | || |_____ | |   | |
|_______/|______||_|  |_||_______||_|   |_|

About

Cool way of printing block letters of a string


Languages

Language:Go 100.0%