Created
October 20, 2017 15:09
-
-
Save hfogelberg/8d0e0c0c25aa64947c4dbb86f6ad2673 to your computer and use it in GitHub Desktop.
Revisions
-
hfogelberg created this gist
Oct 20, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ import zipfile as zf files = zf.ZipFile("ZippedFolder.zip", 'r') files.extractall('directory to extract') files.close()