Skip to content

Files

Latest commit

 

History

History
22 lines (16 loc) · 412 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 412 Bytes

Create zip

These scripts allows you to recursively add folder to zip file.

Setup and activate virtual environment :

For Unix based systems please execute the following command to create venv and install requirements.

make init
source .venv/bin/activate

Global script

python zip.py [folder_path]

Configuration Options

-O, --output        Name of Output File