项目作者: bengadbois

项目描述 :
Print animated text to the terminal
高级语言: Go
项目地址: git://github.com/bengadbois/flippytext.git
创建时间: 2017-04-12T03:49:00Z
项目社区:https://github.com/bengadbois/flippytext

开源协议:MIT License

下载


FlippyText Build Status Coverage Status GoDoc

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

Screencap

Install

  1. go get github.com/bengadbois/flippytext

Example

  1. import "github.com/bengadbois/flippytext"
  2. func main() {
  3. flippytext.New().Write("hello world")
  4. }