Skip to content

NetherStar64/pyMandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

pyMandelbrot

Usage

usage: MandelbrotTk.py [-h] [-w size] [-s size] [-i iterations] [--high_prec] [--prec_bits bits] [--nointerlace]

Mandelbrot Viewer in Python

optional arguments:
  -h, --help        show this help message and exit
  -w size           Mandelbrot Window size in pixels
  -s size           Mandelbrot Generating Size
  -i iterations     Mandelbrot Iterations
  --high_prec       Use High precisions
  --prec_bits bits  If using High Precision, precision in bits
  --nointerlace     Disable Interlacing

Requirements

  pillow / PIL
  numpy
  colorsys
  multiprocessing
  threading
  tkinter
  mpmath
  json
  base64
  argparse

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages