PWP Removed
PWP Removed
Thergaon Pune-33
VI Semester
(Year: 2024-25)
Micro Project
Diploma In Computer Engineering
CERTIFICATE
in the curriculum.
Institute Seal
Teacher Evaluation Sheet for Micro Project
__________________________________________________________________________________________________
Marks
(A) Marks for Group Work :
Signature: _____________________________________________
Maharashtra State Board of Technical Education, Mumbai
MICRO PROJECT
Project work Report
GIF Creator
Name of the Student: Sanskar Uravane
import imageio
import os
# Get all the image filenames from the folder and sort them
images = []
img = Image.open(img_path)
images.append(img)
# Usage example:
create_gif(image_folder, output_filename)
OUTPUT