This is a Python project that creates a "gif" from multiple frames.
The program lets me control what frames are used and how many frames are included in the final GIF. I built this to practice working with images, file handling, and creating visual output with Python.
- Python
- GIF creation
- Image/frame handling
- File output
- Basic automation
This project helped me understand how Python can be used for more than calculations by creating a visual file as the final result.