Skip to content

joao-28/Create_GIF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIF Creator CLI - Python Experiment

This is a small Python project to create GIFs from images.

Description

The goal of this project is to test and experiment with Python features, specifically:

  • Reading images from a folder
  • Creating GIFs from those images
  • Interactive CLI menu to choose options:
    1. Create example GIF (default frames)
    2. Create GIF from a folder of your choice
    3. Advanced mode (choose folder, GIF name, frame duration, and loop)

This project is mainly for educational experimentation with imageio.v3 and image handling.

How to use

  1. Place all images you want in the GIF inside a folder (e.g., frames).
  2. Run the main script:
python main.py

Follow the menu instructions:

Option 1: Create an example GIF using images from the frames folder.

Option 2: Create a GIF from a folder of your choice.

Option 3: Advanced mode (choose folder, GIF name, frame duration, and loop).

Dependencies

Python 3.11+

imageio library:

pip install imageio
Note

This is a test project to experiment with Python, image handling, and programmatically creating GIFs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages