A plot of mandelbrot's set with both RGB and HSV color codes
python3 pkg_installer.py
to install all necessary packages- Download the code and then go to project directory and execute
python3 mandelbrot_gui.py
- Choose the resolution in which you wish to plot mandelbrot's set. (eg. 1000)
- Choose the directory to save your plots in.
- Choose the color system you wish to use (gives a slightly different result)
- Click 'Start' and it's on going.
A part of this code comes from Codingame tutorial about Mandelbrot's set plot