I know how to extract a zip archive using Python, but how exactly do I display the progress of that extraction in a percentage? Answer the extract method doesn’t provide a call back for this so one would have to use getinfo to get the e uncompressed size and then open the file read from it in blocks and write