Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.01 KB

File metadata and controls

47 lines (31 loc) · 1.01 KB

🎞️ GIF-Creator

A simple Python project that turns a set of static images into a looping GIF — all in just a few lines of code!


🧠 Overview

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.


⚙️ Features

  • Converts multiple images into a single GIF
  • Adjustable frame duration
  • Infinite looping support
  • Easy to customize and extend

🧩 Technologies Used

  • Python
  • ImageIO
  • NumPy
  • Pillow (PIL)

🚀 How to Run

# 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!