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)[]
Release files for fractals 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fractals-0.0.3.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fractals-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:13.7 kB
Release files / fractals-0.0.3.tar.gz
| Download URL | fractals-0.0.3.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
abf83b6c0e531bf4713cba079595fb1547dc7f1cb929040422e5e3d03cb82ed5
|
|
BLAKE2b-256 checksum How to use checksums |
511dfa3da6476f8d15929885a07a5d02406fff65091d1ecb443fb6fce9d78107
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
|
Release files / fractals-0.0.3-py3-none-any.whl
| Download URL | fractals-0.0.3-py3-none-any.whl |
|---|---|
| Size | 9.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d7f9095c67c29f48f8b5d3ea17d08b52b74afb70751049689f61ef02daf29d54
|
|
BLAKE2b-256 checksum How to use checksums |
087175ba9e93ce67c9b60a72bfa2a11578a60f80d6c89ffdb343297fc565bf23
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
|