/PythonMandelbrotViewer

A small pygame based Mandelbrot Viewer

Primary LanguagePythonMIT LicenseMIT

PythonMandelbrotViewer

PythonMandelbrotViewer is an experimental mandlebrot viewer coded in Python 3.8 with zoom, movement, and screenshot functionality.

Prerequisites

pip install numba
pip install pygame
pip install numpy

Installing

  1. Install all needed prerequisites (Listed above)
  2. Download the included MandelbrotViewer.py file
  3. Execute MandelbrotViewer.py

Controls

Movement: WASD

Zoom in: e

Zoom out: q

Increase iterations: r

Decrease iterations: f

Take Screenshot: t

Authors

  • Randy Graham - Initial work
  • Ryan Graham - Documentation and testing - Grahamr975

License

This project is licensed under the MIT License - see the LICENSE.md file for details