Go to file
Pavle Portic 5706ccf986
Change indentation to spaces
2021-01-17 18:33:13 +01:00
.editorconfig Change indentation to spaces 2021-01-17 18:33:13 +01:00
.gitignore Initial commit 2019-02-03 03:46:23 +01:00
LICENSE Create LICENSE 2019-02-03 03:48:55 +01:00
README.md Update screenshot in readme 2019-02-03 14:55:00 +01:00
colors.py Change indentation to spaces 2021-01-17 18:33:13 +01:00
mandelbrot.py Change indentation to spaces 2021-01-17 18:33:13 +01:00

README.md

Mandelbrot

A simple python script that draws an interactive mandelbrot set in the terminal

Mandelbrot

Keybindings

  • Arrow keys - Move around
  • (/) - Zoom in and out
  • = - Reset zoom
  • +/- - Change the number of iterations to run per pixel
  • c - Toggle between color and monochrome mode
  • q - Quit