Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

flosse/gallery-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gallery generator

This is a simply python script that extracts EXIF-Data from images and generates an HTML-File for gallerific.

Installation

Debian/Ubuntu:

sudo apt-get install libexiv2-dev python-gobject python-pip

Arch-Linux:

pacman -S libexiv2 python-gobject python-pip

Install Pystache and Pillow:

sudo pip install pystache Pillow

Usage

Place your JPEG images into the images folder and run

python generate.py

This generates gallery.html that contains an ul tag with all the list elements.

Please note: The filename should contain an number (e.g. img_003.jpg).

Licence

This project is licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages