ayush571995 / Extract_zip

Extract all files within a zip file which can also be in a zip format by simply running this script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extract_zip

Extract all files within a zip file which can also be in a zip format by simply running this script

Users follow these steps:-

    1) Open Terminal
    
    2)Type python3 name of script and absolute path of the file you want to extract
    
    For eg- python3 C:\extract_zip.py D:\Test\ABC.zip

Note- Path to the script must be provided and for the file as well

Just a simple tweak to lessen your effort . :)

About

Extract all files within a zip file which can also be in a zip format by simply running this script


Languages

Language:Python 100.0%