Skip to content

Latest commit

 

History

History
 
 

create_zip

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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