Python script to generate basic HTML image gallery pages from jpgs.
Python program for creating static HTML image galleries.
Installation
Requires Python Imaging Library -
PIL or Pillow
Then
git clone https://github.com/drduh/python-html-galleryUse
Put jpgs or folders of jpgs into a directory specified in
static.py
Then run
python gallery.py to create thumbnails, gallery pages and an index page.pcap.sh is an example shell script for generating jpgs from tcpflow/foremost for gallery content.
from https://github.com/drduh/python-html-gallery