I made Perkins :: the ASCII pixel art editor for the terminal
Try it out on your machine: Here's the repo
This was a really fun project to make, and took me about a month to build from start to finish.
I consider myself a trad coder - someone who programs by hand with minimal AI usage.
Initially, I was only going to build the editor and assumed the user already has an ascii file. But I realized having the full flow built from image -> ascii art would be very beneficial.
On converting images :: this video on dithering by Computerphile is a gem and was very helpful in solving the image conversion.
Enjoy :)