Skip to main content

Simple gallery generator.

Project description

GalGen

Simple gallery generator.

Features

  • Simple
  • Reliable
  • Customizable

Demo

Sample gallery can be found here.

Installing

pip install galgen

Getting Started

Let's say we have the following file structure:

holidays/
  day1/
    pic1.jpg
    pic2.jpg
    pic3.jpg
    thumnails/
      pic1.jpg
      pic2.jpg
      pic3.jpg
  day2/
    pic1.jpg
    pic2.jpg
    pic3.jpg
    thumnails/
      pic1.jpg
      pic2.jpg
      pic3.jpg

To generate and open your gallery invoke the following:

$ galgen init path/to/holidays
$ galgen build --open path/to/holidays
  • One or more directories with the pictures are required.
  • Define content of your gallery in gengal-config.yml
  • Customize layout in index.html.j2

Rebuild your gallery whenever pictures are added/removed or other changes applied.

$ galgen build --force path/to/holidays

Thumnails

  • Thumnails are optional. Skip them (for simplicity) or generate manually (for performance).
  • Size of the thumnails is of your choice.
  • Filenames of the thumnails must correspond to the filenames of the full-scale pictures.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

galgen-0.2.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

galgen-0.2.0-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page