All Projects → rosslh → Mandelbrot-set-explorer

rosslh / Mandelbrot-set-explorer

Licence: GPL-3.0 license
An interactive Mandelbrot set, made with Python3 and Tkinter

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mandelbrot-set-explorer

Cryptoapp
加密解密工具箱GUI程序,支持Windows和linux系统。
Stars: ✭ 24 (-22.58%)
Mutual labels:  pillow, tkinter
bot tulis
Pemalas versi desktop. Untuk yang ini tersedia versi CMD dan GUI. Pemalas adalah program untuk mengubah text menjadi tulisan diatas buku dalam bentuk gambar.
Stars: ✭ 43 (+38.71%)
Mutual labels:  pillow, tkinter
Pycraft
Pycraft is the OpenGL, open world, video game made entirely with Python. This project is a game to shed some light on OpenGL programming in Python as it is a seldom touched area of Python's vast amount of uses. Feel free to give this project a run, and message us if you have any feedback!
Stars: ✭ 39 (+25.81%)
Mutual labels:  pillow, tkinter
bbmandelbrotGo
generate images of a mandelbrot fractal
Stars: ✭ 19 (-38.71%)
Mutual labels:  fractal, mandelbrot
fraqtive
Generator of the Mandelbrot family fractals.
Stars: ✭ 21 (-32.26%)
Mutual labels:  fractal, mandelbrot
Pillow
The friendly PIL fork (Python Imaging Library)
Stars: ✭ 9,241 (+29709.68%)
Mutual labels:  pillow, pil
FotoKilof
GUI for ImageMagick
Stars: ✭ 114 (+267.74%)
Mutual labels:  pillow, tkinter
wasabi
A Buddhabrot explorer based on wabisabi, but with a more affectionate name.
Stars: ✭ 17 (-45.16%)
Mutual labels:  fractal, mandelbrot
Pebble
Multi threading and processing eye-candy.
Stars: ✭ 276 (+790.32%)
Mutual labels:  multiprocessing, pool
libpillowfight
Small library containing various image processing algorithms (+ Python 3 bindings) that has almost no dependencies -- Moved to Gnome's Gitlab
Stars: ✭ 60 (+93.55%)
Mutual labels:  pillow, pil
ESP32Partitions
No description or website provided.
Stars: ✭ 30 (-3.23%)
Mutual labels:  tkinter
pool
🍭🍭🍭 golang advanced connect pool !!!
Stars: ✭ 18 (-41.94%)
Mutual labels:  pool
errgroup
errgroup with goroutine worker limits
Stars: ✭ 143 (+361.29%)
Mutual labels:  pool
mp4analyser
mp4 file analyser written in Python
Stars: ✭ 50 (+61.29%)
Mutual labels:  tkinter
renpy-text-editor
Renpy Text Editor - A dedicated text editor for the RenPy Engine.
Stars: ✭ 30 (-3.23%)
Mutual labels:  tkinter
atpbar
Progress bars for threading and multiprocessing tasks on terminal and Jupyter Notebook
Stars: ✭ 74 (+138.71%)
Mutual labels:  multiprocessing
go-pool
A better Generic Pool (sync.Pool)
Stars: ✭ 42 (+35.48%)
Mutual labels:  pool
finance-project-ddd
Projeto financeiro usando domain driven design, tdd, arquitetura hexagonal e solid
Stars: ✭ 67 (+116.13%)
Mutual labels:  pool
workerpool
A workerpool that can get expanded & shrink dynamically.
Stars: ✭ 55 (+77.42%)
Mutual labels:  pool
innoq-styleguide
INNOQ Styleguide and Component Library
Stars: ✭ 24 (-22.58%)
Mutual labels:  fractal

Interactive-Python-Mandelbrot

A clickable interactive mandelbrot set, made with Python 3, PIL, and Tkinter. Uses multiprocessing, colour palette is randomly generated.

Update: For a faster, browser-based Mandelbrot set explorer, check out this more recent project.

Usage

  1. Install required modules with pip install -r requirements.txt.
  2. Run the program with python3 framework.py
  3. Left-click the image where you want to zoom in
  4. Right-click the image to zoom out
  5. Control+left-click to shift the view to that point
  6. Control+right-click to change the image colour-palette
  7. Middle-click to save the image

Commandline options

-h, --help               Command-line help dialogue.
-i, --iterations         Number of iterations done for each pixel. Higher is more accurate but slower.
-x                       The x-center coordinate of the frame.
-y                       The y-center coordinate of the frame.
-m, --magnification      The magnification level of the frame. Scientific notation (e.g. 3E-4) is permitted.
-wi, --width             The number of pixels wide the image is.
-he, --height            The number of pixels high the image is.
-s, --save               Flag to save the generated image.
-nm, --noMulti           Flag to not use multiprocessing.

Mandelbrot Set feature rendered by this program

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].