A small Python application that generates an image of the Mandelbrot set.
Install from source (editable mode):
python -m pip install -e .[dev]You can also publish to PyPI later using build/twine and install via pip install my-mandelbrot-py.
Generate a default image:
mandelbrotSpecify output file or dimensions:
mandelbrot -o output.png --width 1024 --height 768 --max-iter 2000Run tests with pytest:
pytestContributions are welcome! Update the code, add tests, and open a pull request.
Follow Conventional Commits for commit messages to make publishing and changelog generation easier.