Skip to content

Instantly share code, notes, and snippets.

@ivanvoid
Created November 9, 2021 02:09
Show Gist options
  • Save ivanvoid/821d036fc7d5f0951ef133225eed431e to your computer and use it in GitHub Desktop.
Save ivanvoid/821d036fc7d5f0951ef133225eed431e to your computer and use it in GitHub Desktop.
seggan unzipper
# Unpuck zip file
from zipfile import ZipFile
with ZipFile(data_fn, 'r') as zip_obj:
zip_obj.extractall()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment