Skip to content

zs5460/art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

art

Build Status Go Report Card codecov GoDoc

ART is a golang lib for text converting to ASCII art fancy.

Install

go get -u github.com/zs5460/art

Usage

package main

import "github.com/zs5460/art"

func main(){
    print(art.String("zs5460"))
}
               ______ __ __   _____  ____ 
 ____   _____ / ____// // /  / ___/ / __ \
/_  /  / ___//___ \ / // /_ / __ \ / / / /
 / /_ (__  )____/ //__  __// /_/ // /_/ / 
/___//____//_____/   /_/   \____/ \____/  
                                         

License

Released under MIT license, see LICENSE for details.

About

ASCII art library for Golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages