2953cc024f2e97c2862104b914b3115fe6e3f251
split_zip_into_smaller_chunks.py
A simple python script to split a Zip file into smaller chunks.
Script will ask for the size, in Gigabytes, of the new files. And it will ask for the filename of the input file (can be in the same directory or you can enter a path to the file).
Installation
Download script to a preferable location. I like to symlink it to a bin directory I have created.
ln -s /path/to/split_zip_into_smaller_chunks.py ~/bin/split_zip_into_smaller_chunks
Usage
~/bin/split_zip_into_smaller_chunks
Enter the maximum (in GB) zipped file size (2 is default): 1.6
Enter the path to the zipped file: enewscourier.com_archive_2016.zip
License
Description
Languages
Python
100%