Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 519 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 519 Bytes

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