filesplitting

Split a zip-file into chunks with Python

Split a zip-file into chunks with Python Question: I have a piece of a code which creates a zip file successfully, but I need to split this file if the size of it is more that 1MB. I have this code but it doesn’t work: from split_file_reader.split_file_writer import SplitFileWriter import zipfile # make element tree …

Total answers: 2