Answers for "download a zip file in python and store it in a directory"

7

python zip folder

import shutil
shutil.make_archive(output_filename, 'zip', dir_name)
Posted by: Guest on May-14-2020

Code answers related to "download a zip file in python and store it in a directory"

Python Answers by Framework

Browse Popular Code Answers by Language