2024-12-12 13:44:36 -06:00
2024-12-11 23:40:25 -06:00
2024-12-12 13:44:36 -06:00

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

MIT

Description
a collection of python scripts.
Readme 69 KiB
Languages
Python 100%