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
Release history Release notifications | RSS feed
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)