Questions tagged [ascii-art]

ASCII art is a graphic design technique that uses computers for presentation and consists of pictures pieced together from the printable characters. The term is also loosely used to refer to text based visual art in general. ASCII art can be created with any text editor, and is often used with free-form languages. Most examples of ASCII art require a fixed-width font such as Courier for presentation.

ASCII Art can be easily generated with programs like figlet:

$ figlet ASCII-Art
    _    ____   ____ ___ ___        _         _
   / \  / ___| / ___|_ _|_ _|      / \   _ __| |_
  / _ \ \___ \| |    | | | |_____ / _ \ | '__| __|
 / ___ \ ___) | |___ | | | |_____/ ___ \| |  | |_
/_/   \_\____/ \____|___|___|   /_/   \_\_|   \__|

Generating geometric patterns (such as rectangles, triangles, circles, and stars) in ASCII art is also a common exercise in introductory programming courses.

371 questions
13
votes
7 answers

How can I display an image in the terminal?

Is there any sort of utility I can use to convert an image to ASCII and then print it in my terminal? I looked for one but couldn't seem to find any.
user1447941
  • 3,675
  • 10
  • 29
  • 34
12
votes
4 answers

Recursively generate an ASCII binary tree

Here is a picture of what my code needs to do. Before Call: +----+ | -9 | +----+ / \ / \ +----+ +----+ | 3 | | 15 | +----+ +----+ / …
this1lefty
  • 207
  • 2
  • 10
11
votes
1 answer

Does there exist unicode "New-Line" (Line-break), like there is unicode `space` ( )?

There are site where you can get Unicode characters, like unicode space, for example, you can copy-paste that. For example, inside the brackets below are two different UNICODE spaces, which you can copy-paste: U+0020: ( ) U+2001: ( ) Does there…
T.Todua
  • 53,146
  • 19
  • 236
  • 237
11
votes
5 answers

Ascii art in HTML comments - fad or function?

Lately I've seen several websites with large ASCII art headers in their HTML. I don't get the point and it seems like this must just be a fad. For instance, tumblr.com has it: