Webalbumpy
A small python script to create a htlm album.
1. Put all photos for the album in 1 directory. "myphotos"
2. With the fotos you need 2 templates:
indextemplate.html
imagetemplate.html
3. inside create a subdirectory "theme"
Note example themplates and theme are in XXX
execute:
> webalbum.py myphotos myweb
This will scan the input directory for photos
and create output directory "myweb"
- create one index.html
- create html files for every image
using exif information to add captions.
- create thumbs in sudirectory tn
- create scaled images in subdirectory im
- If a theme directory is found in inputdir
than copy the theme to the web directory.
And your album is ready.
Requirements:
python3
python-pillow (for image processing)
Licence: GNU General Public License (GPL),
https://www.gnu.org/licenses/gpl.html
*Henk Speksnijder 20170115, 20170802*