ifsFractals-py

ifsFractals

A python module for fast Iterated Function System Fractal generation

Also, you can use some ifsFractals functionality in your browser here!

To install, use pip:

`pip install ifsFractals --upgrade`

If you are trying to use ifsFractals in CoCalc or get an error about a read-only file system, use

python3 -m pip install --user ifsFractals --upgrade

See the usage docs for example usage as well as included functions and classes.