+ 1
Can Open a ZIP File with Python?
2 Réponses
+ 4
Yes
Documentation:
https://docs.python.org/3/library/zipfile.html
Examples:
https://thispointer.com/python-how-to-unzip-a-file-extract-single-multiple-or-all-files-from-a-zip-archive/
https://www.google.com/amp/s/www.geeksforgeeks.org/working-zip-files-python/amp/
+ 2
Thanks