Skip to content

Latest commit

 

History

History

aag

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

AAG - ASCII Art Generator


Use

  • run the executable with a string to be converted to ascii art. For example:
    • in linux: ./aag "Hello World!"

Characters

  • supported ascii characters to convert:
    • the 95 printable ascii characters:
      • lowercase letters (a, b, c, ...)
      • uppercase letters (A, B, C, ...)
      • numbers (0, 1, 2, ...)
      • space
      • ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
  • unsupported characters to support in the future:
    • accented characters