This script implements a CLI that lets users specify inital conditions for up to five simultaneous Lorenz Attractors, and generates a corresponding animation of their motion.
Inspired by Quantitative Bytes, and created with Pygame.
First install required packages:
pip -r install requirements.txt
Then run:
python3 lorenz.py
By Andrew Kerr [email protected]