Some fractals in Python, no fancy coloring, no optimisations (multi-threading, etc.), just basic algorithms :
- Python 2.7 (I didn't try with an other version)
- Pillow used to draw fractals in PNG's files.
Install requirements:
pip install -r requirements.txt