Metadata-Version: 2.1
Name: mandelia
Version: 0.0.1
Summary: Application to visualize the fractal of Mandelbrot and julia.
Home-page: https://github.com/Dashstrom/mandelia
Author: Dashstrom
License: GPL-3.0 License
Keywords: mandelbrot,julia,fractale,tkinter
Platform: any
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE

# ![Logo](https://raw.githubusercontent.com/Dashstrom/mandelia/main/docs/images/logo.png) Mandelia

![Linux](https://svgshare.com/i/Zhy.svg)
![Windows](https://svgshare.com/i/ZhY.svg)

Application to visualize the fractal of mandelbrot and julia.

## Installation

### Linux

```sh
git clone https://github.com/Dashstrom/mandelia.git
cd mandelia
pip install .
python3 -m mandelia
```

### Windows

```sh
git clone https://github.com/Dashstrom/mandelia.git
cd mandelia
py setup.py exe
.\dist\Mandelia.exe
```

## Preview

### Main window

![Main Window](https://raw.githubusercontent.com/Dashstrom/mandelia/main/docs/images/main.png)

### Export Window

![Export Window](https://raw.githubusercontent.com/Dashstrom/mandelia/main/docs/images/export.png)

### Operation Window

![Operation Window](https://raw.githubusercontent.com/Dashstrom/mandelia/main/docs/images/operation.png)

## Made with

![Python](https://img.shields.io/badge/Python-14354C?style=for-the-badge&logo=python&logoColor=white)
![Cython](https://img.shields.io/badge/cython-f6c93d?style=for-the-badge&logo=python&logoColor=black)


