Published
- 1 min read
python zip folder
The solution for this is noted below
python zip folder
Solution
import shutil
shutil.make_archive(output_filename, 'zip', dir_name)
Try other methods by searching on the site. That is if this doesn’t work