GIF animations created in Python
-
Python packages
- NumPy - numerical operations
- matplotlib - graphical representation
- seaborn - statistical data visualization
- pillow - image operations
- tqdm - progress bar
conda create -n gif_animations python=3.7.0 numpy=1.15.4 matplotlib=3.0.2 seaborn=0.9.0 pillow=5.3.0 tqdm=4.28.1
-
Command-line utilities
- ImageMagick - image processing, GIF creation
python main.py