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.

Generate an ASCII picture from a string

I want to make a program, where the user enters their name and the program generates an ASCII picture of …

java string ascii-art
In C++, how to print ASCII art to the console?

Let's say you want to print out one of those great ASCII art images. How can you do that without …

c++ command-line-interface ascii-art
Text-to-ASCII art generator in Python

I would like to add an easter egg to one our developers' command line tools, which will greet its user …

python ascii-art
Image to ASCII art conversion

Prologue This subject pops up here on Stack Overflow from time to time, but it is removed usually because of …

c++ image-processing bitmap 2d ascii-art
Producing ascii art via C#

I once did a programming test for a job, which involved producing ASCii art in C#. I didn't really do …

c# ascii-art
How to create ASCII animation in a console application using Python 3.x?

I would like to port this question to Python (Windows + Linux + Mac Os) How to create ASCII animation in Windows …

animation python-3.x console-application ascii-art
How do I print this list vertically?

Let's say I have this list of asterisks, and I say it to print this way: list = ['* *', '*…

python ascii-art
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, …

string unicode utf-8 ascii ascii-art
pandas read ASCII formatted table

EDIT: I found partial answer here: https://stackoverflow.com/a/26551913/2230844 https://stackoverflow.com/a/15026839/2230844 How can I read in pandas …

python csv pandas ascii ascii-art
PPM image to ASCII art in Python

I have to make a program that reads in a file from the command line and covert it to ASCII …

python python-3.x ascii-art