Skip to content

GIF generator that converts a sequence of images into an animated GIF using basic image processing libraries

Notifications You must be signed in to change notification settings

smadhulika07/GIF-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python GIF Generator

This project is a Python-based GIF generator that creates an animated GIF by combining a sequence of image files. It was developed as a beginner project with guidance from Codédex tutorials to practice Python scripting and the use of external libraries.

Features

  • Combines multiple images into a single animated GIF
  • Simple and beginner-friendly implementation
  • Uses a third-party Python library for image processing

Technologies Used

  • Python
  • imageio

How to Run

  1. Install the required dependency: pip install imageio
  2. Run the program using: python Gif.py
  3. The generated GIF will be saved in the project directory

Learning Outcomes

  • Working with third-party Python libraries
  • Handling and processing image files
  • Structuring and documenting a small Python project

About

GIF generator that converts a sequence of images into an animated GIF using basic image processing libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages