How To Compress Multiple Files in One Zip File with Python

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Excellent. I was wondering this kind of easy video to understand. You are Gem my friend.

subhashkomy
Автор

That is exactly what I'm searching for. It's amazing. Thank you

hammozeen
Автор

Its solved my problem in one go.Thanks

sumersr
Автор

how can you test, if file == date then save to zipfile

dinoandrighetto
Автор

i want compress zip file to less than 25 mb actual size is 56 mb

RohitThirukarthick
Автор

When i run this code I get this error "NameError: name 'zipfile' is not defined
". handle =zipfile.zipfile('ALL-PYD.zip', 'w')

johnathantejeda