All Projects → knrt10 → Asciiconvert

knrt10 / Asciiconvert

Licence: mit
Get ascii art for images from your terminal

Programming Languages

go
31211 projects - #10 most used programming language

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

Features

  • Get images ascii Art
  • GIF support

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

GIF support

preview

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].