Skip to content

QnX98/asciiConvert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert images to ascii art using your command line. This was just me getting some start on writing some Go-Code.

Installation

go get github.com/knrt10/asciiConvert

Usage

asciiConvert --help

Usage:
  asciiConvert [flags]

Flags:
  -h, --help          help for asciiArt
  -p, --path string   path of your file for which you want to convert ASCII Art
  -w, --width int     width of final file (default 100)

Command

asciiConvert -p "path to file" // this will print with width 100

or

asciiConvert -p "path to file" -w 150

Preview

preview

About

Get ascii art for images from your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%