Posts by caah_s • 19 points
1 post
-
1
votes1
answer45
viewsQ: Unzip. corrupted zip with python
I have the following situation, I need to unzip ". zip" files, the code I am using is this: from zipfile import ZipFile from tkinter import Tk from tkinter import filedialog as dlg from…