This file is the core backend for generating fractals. It can either be run by itself or be triggered by a GUI. A few interesting features of this are:

Note that if you want to run it then you will need to change the path. In addition you will either need to create a history.csv with the necessary columns, or hard code the parameters in code. Alternatively, you can use the orchestration tool below instead of modifying the code, but you will still need to modify the paths. The orchestration tool runs a flask program that allows one to run iterative_fractals.py with new parameters. Below the code you can see the landing page for the front-end.