Recently, I've been playing with converting images to ascii art and creating fractal images in Python. Both projects are pretty simple, fun and definitely worth trying out if you didn't attempt them before.

If you want to refer to my implementation, in case you get stuck here are the links:

  • Simple intensity-based conversion (with a bit added contouring) here.

  • Julia fractal generator here.

Julia fractal

- F3real