Skip to content

dvfens/GIF-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎞️ 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!

About

Turning static images into fun looping GIFs — all with a few lines of Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages