Skip to content

Files

Latest commit

author
Pranav
Aug 19, 2021
322b627 · Aug 19, 2021

History

History
This branch is 70 commits behind python-geeks/Automation-scripts:main.

create_zip

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 19, 2021
Aug 18, 2021
Aug 18, 2021
Aug 18, 2021

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