pixindex — Make/Upload Photos Page+Zipfile
This small Python 3.X program generates an HTML page to view a folder of images — inline in the page, by links in the page, and by an automatically created and linked zipfile of the photos — and then transfers the photos and generated zipfile and HTML page to a site folder by FTP.
This program's page is relatively basic; its HTML can be enhanced arbitrarily by editing the script, and the newer
program is a more complete gallery solution. Still, this is a prime example of the sorts of tactical roles that Python excels at, in addition to its larger-scale strategic
.
Resources
See the main script's docstring and other items below for usage details.
Code and docs:
— the main script's code (130 lines)
— reused PP4E example module
Examples:
— example run with FTP upload
— screenshot of generated HTML page
—screenshot of generated photos zipfile
Download
Use the following to fetch pixindex, or view its unzipped content.
— with all code and examples
— zipfile content online
This program was last changed: April 2015.
For a related and more-comprehensive tool that generates image galleries with thumbnails and viewers, see
. For code that unzips a zipfile, see
. For more code examples, see the
page.