/gallery

Generate an image gallery from given directory.

Primary LanguagePython

Gallery

Generate an image gallery from given directory.

Notes

Doesn't work for shortcut (.lnk) files

Usage

  1. Using config.txt.example as an example, Create config.txt.
  2. Run pip install -r requirements.txt
  3. Run python ./Gallery/run.py to create your Gallery.
  4. Open the <title>_Gallery.html file in a web browser.

Development

It's python using Jinja as a templating engine.