DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
how to unzip files using zipfile module python
import
zipfile
with
zipfile
.
ZipFile
(
"file.zip"
,
"r"
)
as
zip_ref
:
zip_ref
.
extractall
(
"targetdir"
)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#unzip
#files
#zipfile
#module
#python
ADD COMMENT
Topic
COMMENT
Name
7+6 =
Submit