Create zip archive of a directory and download file

PHOTO EMBED

Mon Mar 07 2022 06:32:31 GMT+0000 (Coordinated Universal Time)

Saved by @edubrigham #python

!zip -r /content/file.zip /content/Folder_To_Zip
from google.colab import files
files.download("/content/file.zip")
content_copyCOPY