This repository contains the code that was used to generate my profile image. The image you see here is a remake of the figure by Claudio Rocchini shown in the Wikipedia article on Complex Analysis.
This is the original code from when I was in high school.
The code is written in Python 3. Install the requirements with
pip install -r requirements.txt
To convert the generated frames to a GIF, we additinally require ImageMagick:
convert -delay 5 -loop 0 animation/*.png profile-image.gif