Skip to content

Commit 1a20b57

Browse files
author
dhhruv
committed
Added Messagebox in Main
1 parent b16cb01 commit 1a20b57

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Compresssio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os
22
import os.path
3-
from os import path
43
import sys
54
import tkinter as tk
65
from tkinter import filedialog
@@ -322,6 +321,7 @@ def compress_execute(self):
322321
compress_and_save(image)
323322
self._status.set("Compression Completed !!")
324323
self.status_label.update()
324+
messagebox.showinfo("Compresssio","Compression Completed !!")
325325

326326
except tinify.AccountError:
327327
messagebox.showinfo(
-1.93 KB
Binary file not shown.

0 commit comments

Comments
 (0)