Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 530 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 530 Bytes

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.