This commit is contained in:
BarsTiger
2021-06-01 12:32:11 +03:00
parent b1aff61b6a
commit af2921882b

View File

@@ -3,7 +3,7 @@ import easygui
import zipfile
from os.path import basename
import shutil
slash = '\\'
slash = '/'
ziporunzip = easygui.buttonbox("What do you want to do?", "Meowarch", ("Archive file", "Unarchive file", "Cancel"))
if ziporunzip == "Cancel":