Top "Ascii-art" questions

ASCII art is a graphic design technique that uses computers for presentation and consists of pictures pieced together from the printable characters.

ASCII art in HTML

What could I do to make it print like it looks in the HTML document in the web browser? <!…

html ascii-art
How do I echo ASCII art that contains special characters in a batch file?

So.. This is (to me anyway) the most important feature of this program. I need this to work. Please don't …

batch-file cmd escaping symbols ascii-art
Pyramid of asterisks program in Python

I've written a program in C++ that displays a pyramid of asterisk (see below) and now I'd like to see …

python terminal ascii-art
Cooler ASCII Spinners?

In a console app, an ascii spinner can be used, like the GUI wait cursor, to indicate that work is …

user-interface console-application ascii-art throbber progress-indicator
Asterisk triangle in python

I have to write a recursive function asterisk_triangle which takes an integer and then returns an asterisk triangle consisting …

python ascii-art
How do ASCII art image conversion algorithms work?

There are some nice free "image to ASCII art" conversion sites like this one: ASCII-art.org How does such an …

algorithm ascii-art
how can i insert this ascii text art in cmd or command prompt?

how can i insert this text art in cmd? Do i do it like this? @echo off cls echo .................................................__________...... echo .... _________________________________________ ./ \\___ …

cmd ascii ascii-art
Generate Ascii art text in C

I am trying to generate ascii art text for a fun application. From FIGLET, I got the ASCII pattern. I …

c ascii-art
How to create ASCII animation in Windows Console application using C#?

I would like it to display non-flickery animation like this awesome Linux command; sl http://www.youtube.com/watch?v=9…

c# animation console-application ascii-art
Ascii Art in C++

So I'm attempting to put in Ascii Art in a C++ program, and did so by manually printing each line, …

c++ ascii-art