If you are trying to produce text programmatically without manually unzipping: Use the zipfile module to read content directly:
You can use ZipArchive to read a specific entry like a Readme.txt into a string. dhlen.zip
If you want to create a text document that lists everything inside the .zip : If you are trying to produce text programmatically