pcrandall / figlet4go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A port of figlet to golang.


 /$$$$$$$$ /$$$$$$  /$$$$$$  /$$       /$$$$$$$$ /$$$$$$$$ /$$   /$$  /$$$$$$   /$$$$$$
| $$_____/|_  $$_/ /$$__  $$| $$      | $$_____/|__  $$__/| $$  | $$ /$$__  $$ /$$__  $$
| $$        | $$  | $$  \__/| $$      | $$         | $$   | $$  | $$| $$  \__/| $$  \ $$
| $$$$$     | $$  | $$ /$$$$| $$      | $$$$$      | $$   | $$$$$$$$| $$ /$$$$| $$  | $$
| $$__/     | $$  | $$|_  $$| $$      | $$__/      | $$   |_____  $$| $$|_  $$| $$  | $$
| $$        | $$  | $$  \ $$| $$      | $$         | $$         | $$| $$  \ $$| $$  | $$
| $$       /$$$$$$|  $$$$$$/| $$$$$$$$| $$$$$$$$   | $$         | $$|  $$$$$$/|  $$$$$$/
|__/      |______/ \______/ |________/|________/   |__/         |__/ \______/  \______/


bigmoney-ne font (default)

Prints out to console in "bigmoney-ne" font

Can include more external fonts to use.

Get more fonts from here & here

Usage

cd test/

go build

./test -str="hello world"

About

License:MIT License


Languages

Language:Go 100.0%