lf-mandelbrot

Paint the Mandelbrot set.


Keywords
mandelbrot
License
Other
Install
pip install lf-mandelbrot==0.1.0

Documentation

Mandelbrot set

Paint the Mandelbrot set or a fractal, with the color theme that you want.

Building

python -m install -e .
python -m build
twine check dist/*
twine upload dist/*