Go to file
Pavle Portic f0b9eaa0c3
Update screenshot in readme
2019-02-03 14:55:00 +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 Add Keybind to toggle between color and monochrome mode 2019-02-03 12:49:46 +01:00
mandelbrot.py Update screenshot in readme 2019-02-03 14:55:00 +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