Simple script to make .png thumbnails from .zip archive...

Fredrik Lundh fredrik at pythonware.com
Mon Jun 19 06:58:48 EDT 2006


K P S wrote:

> What I want is a little more involved, I guess, since I
> don't know the name of the file (for the zip.read command)

the first example on this page shows you how to get the names of all 
files in a zip file:

     http://effbot.org/librarybook/zipfile.htm

</F>




More information about the Python-list mailing list