Skip to content

rankaiyx/gallery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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

 
 
 

Contributors

Languages

  • CSS 57.8%
  • JavaScript 40.5%
  • Python 1.7%