Copiez et collez le texte suivant dans le compilateur:
zipfile d'importation
fullpathToZip = "c: temp zip_file.zip"
DestinationPath = "c: temp Extrait"
sourceZip = zipfile.ZipFile (fullpathToZip, «r»)
pour nom dans sourceZip.namelist ():
si name.find (. txt)! = -1
sourceZip.extract (nom, DestinationPath)
sourceZip.close ()