Skip to content

GeekHomeInside/mandelbrot-python

Repository files navigation

Mandelbort Python Generator

Introduction

This python application generate mandelbrot bmp

Quick Start

pip install --user -U requirements.txt

python main.py

Inspered from CodeInGame - Mandelbrot Set

TODO

  • 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"

Help

Got a question?

File a new issue

Contributing

Visit the Mandelbrot contributing documentation for more details on the general Git workflow, commit convention and other guidlines.

About

This project is maintained and funded by GeekHomeInside.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages