sk1418 / gallery

Let's generate a cool static gallery website.

Home Page:https://sk1418.github.io/gallery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gallery

python script to generate a static html gallery site.

Example: https://sk1418.github.io/gallery

Dependencies

  • python
  • python Pillow(PIL) library
  • lightGallery (included)

Features

  • auto generating thumbnails
  • auto create gallery site
  • simple: single script, copy images files to sub-directory under store, done.
  • optional incremental generation

Usage:

  • prepare template (under template)

  • copy images as sub-directories under store

    ./build.py

or for incremental thumbnails generation:

./build.py -i  

Done.

Todo:

  • cli option parser

About

Let's generate a cool static gallery website.

https://sk1418.github.io/gallery


Languages

Language:CSS 57.8%Language:JavaScript 40.5%Language:Python 1.7%