Back to Python Mini Projects

README

projects/Extract_zip_files/README.md

latest385 B
Original Source

Extract zip files

This script takes a zip file as input and extracts its content into a separate folder. The folder is named same as the input zip file and is saved in the current directory

How to use this?

Just type the following in the command prompt:

python extract_zip_files.py -l <Your zip file>

Example:

python extract_zip_files.py -l Amazing_Spiderman_subtitles.zip