Skip to content

PenguinCabinet/ASCII_art_compiler

Repository files navigation

ASCII Art Compiler

ASCII Art Compiler is the tool that output the png file, the pdf file or the html file by the ASCII art file.

img1

Features

  • This can output a png file, the pdf file or the html file by the ASCII art file.
  • This is the cli tool.
  • This is the single binary.

Quick strat

Make New project

mkdir your-project
cd your-project
acc new
mv /favorite.ttf ./font/font.ttf
#You rename any ttf font file to "font.ttf" and move it to "./font" dictionary.

Draw ASCII art

nvim main.aasc
#Use your favorite text editor and enjoy drawing the ASCII art!

Build

acc build --type image
#output.png
acc build --type pdf
#output.pdf
acc build --type html
#output.html

Futures

  • Making real time view.
  • Changing design of output files.

About

The compiler for outputting many type files by the ASCII art.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published