Skip to content

sk1418/gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published