{"id":22390000,"url":"https://github.com/akash-rajak/images-slideshow","last_synced_at":"2025-06-22T19:05:44.918Z","repository":{"id":112663870,"uuid":"391406773","full_name":"akash-rajak/Images-Slideshow","owner":"akash-rajak","description":"Python script to create slideshow form no. of images.","archived":false,"fork":false,"pushed_at":"2021-10-07T13:57:20.000Z","size":1397,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T19:03:57.987Z","etag":null,"topics":["cv2","gui","image-slideshow","moviepy","python3","tkinter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akash-rajak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-31T16:21:54.000Z","updated_at":"2023-11-05T03:23:36.000Z","dependencies_parsed_at":"2023-06-10T20:30:27.540Z","dependency_job_id":null,"html_url":"https://github.com/akash-rajak/Images-Slideshow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akash-rajak/Images-Slideshow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akash-rajak%2FImages-Slideshow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akash-rajak%2FImages-Slideshow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akash-rajak%2FImages-Slideshow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akash-rajak%2FImages-Slideshow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akash-rajak","download_url":"https://codeload.github.com/akash-rajak/Images-Slideshow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akash-rajak%2FImages-Slideshow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261348267,"owners_count":23145304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cv2","gui","image-slideshow","moviepy","python3","tkinter"],"created_at":"2024-12-05T03:14:02.836Z","updated_at":"2025-06-22T19:05:39.899Z","avatar_url":"https://github.com/akash-rajak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ✔ IMAGES SLIDESHOW\n- An Images Slideshow is an application created in python with tkinter gui and OpenCv library.\n- In this application user can select any no. of images and can can form a slideshow of all those selected images.\n- Also user can set the duration time in the slideshow for each images as per user wants.\n- The output file will be saved automatically to the project directory.\n- Also this application will allow user to see the preview of the slideshow created.\n\n****\n\n### REQUIREMENTS :\n- python 3\n- cv2 module\n- tkinter module\n- filedialog from tkinter\n- messagebox\n- from PIL import Image, ImageTk\n- import cv2\n- from moviepy.editor import *\n\n****\n\n### HOW TO Use it :\n- User just need to download the file, and run the images_slideshow.py, on local system.\n- After running a GUI window appears, where user can start the slideshow application by clicking on the START button.\n- After that a new GUI window will open, in which user will have buttons like SELECT, SLIDE-SHOW and PREVIEW.\n- User can select any no. of image file from the local system, using SELECT button and set the duration time for each image using duration text box.\n- After user has selected images and set the duration time for each image, when user clicks on the SLIDE-SHOW button, the process will start and after completion user will get the success message.\n- Also if user hasn't selected any image file and tries to form slide show, user will get an error message for the same.\n- Also when user clicks on the PREVIEW button, user will be able to see the preview of the slide show created from the selected images.\n\n### Purpose :\n- This scripts helps us to easily stitch multiple videos in according to either row or column.\n\n### Compilation Steps :\n- Install tkinter, PIL, cv2, moviepy\n- After that download the code file, and run images_slideshow.py on local system.\n- Then the script will start running and user can explore selecting any multiple images and making slideshow of it and seeing preview of that.\n\n****\n\n### SCREENSHOTS :\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width = 1000 src=\"Images/1.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/2.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/3.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/4.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/5.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/6.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/7.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/8.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/9.jpg\" /\u003e\u003cbr\u003e\n  \u003cimg width = 1000 src=\"Images/10.jpg\" /\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n****\n\n### Name : \n- Akash Ramanand Rajak\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakash-rajak%2Fimages-slideshow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakash-rajak%2Fimages-slideshow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakash-rajak%2Fimages-slideshow/lists"}