Skip to content

A basic Python implementation of the Mandelbrot set.

Notifications You must be signed in to change notification settings

Luuk2016/mandelbrot-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Mandelbrot implementation using Python

Click here to see an example

Prerequisites

  • The Python interpreter with version 3.7.x as minimum (make sure you add it to your path)
  • A Virtualenv (explained below)

How to run

To setup the project make sure you have all the prerequisites!

  1. Clone the project using the Git client.

  2. Open a terminal and move your directory to the project.

  3. Create a new Virtualenv using the following command:

python3 -m venv venv
  1. Activate the Virtualenv using the following command:
. venv/bin/activate

On Windows:

venv\Scripts\activate
  1. Run the following command to install the requirements:
pip3 install -r requirements.txt --no-index
  1. Run the app:
python3 app.py

Built With

  • Python - The language/interpreter
  • Pillow - Python imaging library

Authors

About

A basic Python implementation of the Mandelbrot set.

Resources

Stars

Watchers

Forks

Languages