I saw a YouTube video about converting images to ASCII and was interested in doing it myself. So I made a small Python script that converts PNG images into ASCII in the terminal by calculating per-pixel luminance and mapping it to an ASCII gradient.
Gradient: . : - = + * # % @
Input:
Output:

