https://github.com/klus3kk/fractals_generator
This repository includes fractals generator which can be saved as the picture,
https://github.com/klus3kk/fractals_generator
fractal-algorithms fractals generator-python tkinter-gui
Last synced: 3 months ago
JSON representation
This repository includes fractals generator which can be saved as the picture,
- Host: GitHub
- URL: https://github.com/klus3kk/fractals_generator
- Owner: Klus3kk
- Created: 2024-06-18T17:23:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-25T15:58:23.000Z (6 months ago)
- Last Synced: 2025-09-08T01:47:28.554Z (4 months ago)
- Topics: fractal-algorithms, fractals, generator-python, tkinter-gui
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Abstract Fractals Generator
This repository includes a fractal generator that allows you to create and save SUPER cool fractal images.
## Available Fractals (so far)
* Mandelbrot Set
* Julia Set
* Burning Ship Fractal
* Tricorn Fractal
* Newton Fractal
* Multibrot Set
* Mandelbar Set
* Perpendicular variations of Mandelbrot, Burning Ship, and Buffalo
* Celtic variations of Mandelbrot and Mandelbar
## Features
* Interactive Controls: adjust parameters such as maximum iterations, colormaps, and zoom levels to fine-tune your fractal visualizations.
* Interactive Zoom: double-click on the fractal to dynamically zoom in and explore specific regions of interest.
* Save as Image: export your generated fractals as PNG images.
* Modern UI: the application features a dark theme built with Tkinter and ttkbootstrap for a appealing experience (i mean, who uses light theme anyways?)
## Instalation
```
git clone https://github.com/Klus3kk/Abstract-Fractals-Generator.git
pip install tkinter matplotlib numpy ttkbootstrap sympy
python fractal_generator.py
```