This python application generate mandelbrot bmp
pip install --user -U requirements.txt
python main.pyInspered from CodeInGame - Mandelbrot Set
- Add color
- Add other subfolder to principal program
- Slipt oython code
- Add status bar
- Add arguments for
# Max iteration
self.maxit = 1000
# Image size (pixels)
self.width = 800
self.height = 800
# Define Real
self.re_start = -2
self.re_end = 2
# Define Image
self.im_start = -1
self.im_end = 1
# Define Output file
self.output = "foo.bmp"Got a question?
File a new issue
Visit the Mandelbrot contributing documentation for more details on the general Git workflow, commit convention and other guidlines.
This project is maintained and funded by GeekHomeInside.