Skip to content

Latest commit

 

History

History
 
 

Zip Files Extractor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Zip Files Extractor

Short description of package/script

This is a python script which can help you to unzip the files which are ending with an extesion '.zip'. Here we will use zipfile library and using that we will read and extract all the files in the same folder.

List out the libraries imported

-> zipfile

Setup instructions

We need to get the zip file in the same folder as of script and then just need to run so the script will read and extract all files in same folder.

Output

Extracted file in same folder->

image

Sample zip file ->

image

Author

Neel Shah