From 22167cb1d3e602a907ff1897b305aa2438efe4cf Mon Sep 17 00:00:00 2001 From: frarol96 Date: Sat, 30 Sep 2023 15:45:20 +0000 Subject: [PATCH] Added windows packaging support --- Video2Crops.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Video2Crops.py b/Video2Crops.py index adeb475..b77b4f5 100644 --- a/Video2Crops.py +++ b/Video2Crops.py @@ -2,6 +2,7 @@ import cv2 import os import numpy as np import tkinter as tk +import tkdnd from tkinterdnd2 import DND_FILES, TkinterDnD from tkinter import filedialog, simpledialog, messagebox from datetime import datetime @@ -374,4 +375,4 @@ remove_file_button.pack(padx=20, pady=10) process_files_button = tk.Button(root, text="Process Files", command=process_files) process_files_button.pack(padx=20, pady=10) -root.mainloop() +root.mainloop() \ No newline at end of file