zip a directory in python

Solutions on MaxInterview for zip a directory in python by the best coders in the world

showing results for - "zip a directory in python"
Lena
02 Mar 2018
1import shutil
2shutil.make_archive(output_filename, 'zip', dir_name)
Angela
22 Apr 2019
1import os
2import zipfile
3
4def zip_directory(folder_path, zip_path):
5    with zipfile.ZipFile(zip_path, mode='w') as zipf:
6        len_dir_path = len(folder_path)
7        for root, _, files in os.walk(folder_path):
8            for file in files:
9                file_path = os.path.join(root, file)
10                zipf.write(file_path, file_path[len_dir_path:])
11                
12zip_directory('C:/FolderToZip', 'C:/Folder.zip')
Salvatore
04 Mar 2016
1#!/usr/bin/env python
2import os
3import zipfile
4
5def zipdir(path, ziph):
6    # ziph is zipfile handle
7    for root, dirs, files in os.walk(path):
8        for file in files:
9            ziph.write(os.path.join(root, file))
10
11if __name__ == '__main__':
12    zipf = zipfile.ZipFile('Python.zip', 'w', zipfile.ZIP_DEFLATED)
13    zipdir('tmp/', zipf)
14    zipf.close()
Antonia
06 Sep 2020
1shutil.make_archive(output_filename, 'zip', dir_name)
queries leading to this page
os method return zip file pythonzip all items from a path python python get zip file from directory zipfile createfromdirectory pythonzip folders in pythonzip dir pythonmaking zip folder pythonpython zip directoriescreate zip folder pythonhow to convert any folder to zip file using pythoncompress directory in pythonpython zipfile whole directorypython script to zip a folderhow can make all files in folder zip using pythonzip folderr in pythonpython3 zip folderzip in different location pythonaccess zipped directory pythonpython zip folder examplepython how to create a zip filpython zipfile a directoryhow to put everything in a directory into a zip with pythonpython zip files in directorypython zip multiple fileszip a folder python 3python zip whole directory and uploadpython get folder from zipzip files to a folder pythonpython zip files on pathpython zip files and folderspython folder to zipcreate zip in pythonhow to add folder generate zip pythonpython script to zip fileszip folder using pythonpython base directorypython ziop a folderpython access zip folderpython zipfile example from a foldercreate zip of folder pythonhow to make python in zip filepath of file in zip folder pythoncreate zip with pythonhow to zip folder with zipfile in pyhonpython zip make directorymake zip file pythonpython create zip from directoryhow to zip files in a folder pythonhow to zip a foldercreate a zip from a file in pythoncompressing folder using pytthonpython code to zip a folderzip a folder using pythonpython best way to zip a folderpython create zip for sub directoryhow to zip folder pythonhow to zip folder in drivehow to zip a file and arhive in separate directory pythonopen zip folder in pythonpython zip folder withfrom zip to directory pythonpython create zip directoryput files in zip pythonchilkat zip folders pythonpython zipfile zip a folderpython zip current directoryhow to zip dir in dir zipfile pythonpython zip folder recursivelyzip file created a file inide many folder spythondownload folder as zip pythonzipfile pythonzip folder with pythonzip in pythonpython zip a directoryzip archive in pythonzipfile folder pythonpython write folder to zippython create zip file from directorypython script to zip folder in particular directoryinclude folder to zip in pythonhow to zip to files pythonpython create new archive terminalcreate a zip folder in pythonpython create zip file zip folders pyhtonzip a folder structure python how to download a folder as zip in pythonos directory to zipcreate zip file pythonwrite to a particular folder in zipfileconvert zip file pythonread whole zip folder pythonhow to zip a file and archive in new location pythonhow to zip using pythonhow to zip a folder pythonzip another directory file from current directory pythonhow to make zip file in pythonpython folder in zip filecreate zip file ppythonpython zip a list of files into root directory of zipzip folder in pythonzip a directory in pythoncreate own zip file pythonzip a folder with pythonpython zip files togetherpython zippython make zippython how to make a zip filezipping all files in pythonzip directory in pythonpython make a zip from a directorymake zip file using pythoncreate zip from folder pythoncreate zip directory pythonzip folder pyhtonhow touse zip function directory in pythonpython compress folderzip files from folder pyhtonzip file containing folder pentahobrowse folder in zipfile pythonis have diff folders in a folder how to make their zips in other folder pythonpython zipfile directoryzip everything in folder and withing folderszip a directory pythonload zipfile python from directoryzip a folder in pythonhow to compress directoreis pythonpython zipfile zip folderpython zip folder zipfile zipfilezip foldermake zipfile from directory pypython zip file with directory structurepython 2c zip a foldermake zip folder pythonpython create zip in a specific directorypython zip folderpython make a zip folderpython zipfile create zip examplefolder compressor in pythonpython zipfile compress folderzip a dir in pythonpython how to zip folderpython zip a folderhow to compress folders by pythonhow to make a folder and zip items into a folder pythonzipping a folder via pythonzip 28 29 pythonpython zip dirhow to zip a folder in pythonpython zip directory contentszipping a folder in pythonos zip pyhtonhow to zip each folder of a directory pythoncompress folders python zip python3 zip a folderpython create zip file files and dirspython create zip of directoryhow to find the path of zip file creation in pythonpython zip directoryconvert folder to zip file pythoninclude directories in zipfile python how to zip a folder using pythonhow to convert a folder to zip file pythonpython zip folder contenthow to zip a directory with zip pythonhow to save a zip file in a directory in pythonpython work with files inside zip folderpython zipfile folderpython open zip file in directorypython zipfile zip files from cwdpython zip folderspython make zip filezip directory to another directory python subprocesszip directories in pythoread zip folder pythonhow to copy and zip a folder in pythonzip all files in a directory pythonpython zip a folder pythonhow to open zip folder in pythonhow to use zipfile python to make a zip with all files in directorypython compress folder to zipzipping a directory in pythonfolder to zip pythonzip pythonzip files pythonzip file path pythonzipping a folder using pythonhow to zip files pythoncreate zip file python3get zip file from folder in pythonpython directories in ziphow to zip a directory in pythonpython pack files to zippython zipfolderhow to create a zip folder in pythonzip files in a directory pythonopen a zip folder pythonzip keep folder structure pythonpython zipfile folder listopena zip folder pythonhow to make a directory inside zip pythonpython zip dorectory contentspython zip all files in directorypython code to zip files in a folderpython zip all files in a directorypython how to zip a folderzoip a folder in pythonzipfile directory pythonpython how to zip a file to linuxzip folder runtime python3python zip of directoryzip folders pythonzipping files from folder pythongenerate zip file pythonhow to open folders of a zip file in pythonzip files with pythonzip directory pythonpython create directory using zipzip a directory in python using zipfilezipfile zipping all files in a dir pythonopen folders in a zip file in pythonzipfile folders pythonpython work with folder inside zip folderzip folder pythonpython zip files in folderhow to zip a directory pythonpython zipfile to a folderpython zip fileszip function in pythonhow to convert folder to zip file using pythonhow to zip a folder on windowshow to create folder zip in pythonzip directory with pythonzip folder pythinhow to zip all files in a folder pythonpython create zip folderpython zipfile zip directoryzipfile python folderzip folder runtime pythonhow to open folder in zip file in pythonmake zip file using python of folderzip a folder pythonpython zip entire directorypython zip folder without the folderzip a directory in python