Skip to main content

A simple fractal generator

Project description

Fractals

Simple fractal generator

Installation

pip install fractals

Usage

from PIl import Image
import fractals
img = Image.new('RGB', (5000, 5000), (0, 0, 0))
figures = Figures(im=img)
figures.von_koch_curve_flake((2500, 2500), 2000,6)
img.save("test.bmp") 

Documentation

Complete documentation can be found (here)[]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fractals-0.0.3.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

fractals-0.0.3-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page