A simple Python project that turns a set of static images into a looping GIF — all in just a few lines of code!
GIF-Creator is a lightweight tool built using Python, ImageIO, NumPy, and Pillow.
It reads multiple image files, aligns them, and generates a smooth animated GIF — perfect for quick visualizations, memes, or short animations.
- Converts multiple images into a single GIF
- Adjustable frame duration
- Infinite looping support
- Easy to customize and extend
- Python
- ImageIO
- NumPy
- Pillow (PIL)
# Clone this repository
git clone https://github.com/dvfens/GIF-Creator.git
# Navigate to the project folder
cd GIF-Creator
# Install the required dependencies
pip install imageio numpy pillow
# Place your images (1.png, 2.png, etc.) in the same directory
# Run the script
python create_a_gif.py
# Your generated GIF (team.gif) will appear in the project folder!