/flippytext

Print animated text to the terminal

Primary LanguageGoMIT LicenseMIT

FlippyText Build Status Coverage Status GoDoc

FlippyText is a Go library for printing animated text one character at a time.

Screencap

Install

go get github.com/bengadbois/flippytext

Example

import "github.com/bengadbois/flippytext"

func main() {
		flippytext.New().Write("hello world")
}