fotosweet (c) Chris Miles http://psychofx.com/fotosweet/ A web gallery generator using 100% Python. From version 0.5 onwards a GUI interface using TkInter has been implemented. By default the program runs in GUI (TkInter) mode. A web gallery can also be created directly from the command-line if the config has already been created - either by the software in GUI mode or by hand. EXIF photo extensions are supported and can be displayed in the image gallery. The photo and template config files are actually Python files, and every element of the web gallery can be defined and templated within these (which is why I wrote this, to get 100% control over the gallery creation). The templates.include (which defines the html output) needs to be edited by hand still, but the cfg file can be generated by the GUI mode of the software. Run the program with: python fotosweet.py - for standard GUI mode - (use 'pythonw' on OS X) python fotosweet.py -c myphotos.cfg - for GUI mode, automatically loading a pre-defined config python fotosweet.py -t -c myphotos.cfg - generate a web photo gallery in text-mode using the pre-defined config Requirements: Python 2.3 (or higher) Python Imaging Library (PIL) from http://www.pythonware.com/products/pil/ This has been tested & run on Linux, Windows (XP) and OS X. Please send comments, feedback and bugs to: fotosweet at psychofx . com Credits: Gene Cash for the great EXIF module http://home.cfl.rr.com/genecash/digital_camera.html