Skip to content

pesceknhk/how-to-zip-multiple-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to ZIP multiple files into individual archives HitCount

50 Lines of code to automate multiple files archiving into individual archives.

Description

This automation script takes directory name as input parameter. l_dirname is the variable. pass the full directory path (which contains files to be archived individually). For example: (Windows: C:\\Users\\xyz, Linux: /usr/tmp/)

How to use

  1. Download or clone this repository.
  2. Extract to some location.
  3. edit zip-multiple-files-individually.py and assign the l_dirname variable.
  4. Run zip-multiple-files-individually.py

You can do a lot more things by the small code change.

** SUPPORT OPEN SOURCE **

Releases

No releases published

Packages

No packages published

Languages