Skip to content

Instantly share code, notes, and snippets.

View ritik48's full-sized avatar
🎯
Focusing

Ritik Raj ritik48

🎯
Focusing
View GitHub Profile
import tkinter as tk
from PIL import Image
def animation(count):
global loop
image = photoimage_objects[count]
gif_label.configure(image=image)
count += 1
if count == frames: