OpenSource-Hub
S

Sigal

937 stars·Design Tools·SHA-256 checksum verified

Sigal is a simple static gallery generator written in Python. It resizes images, creates thumbnails, and generates HTML pages with Jinja2 templates.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Turn a folder of images into a portable, static photo gallery website with one command.

Core Features

  • Recursively processes directories, generates thumbnails and resized images
  • Three built-in themes (colorbox, galleria, photoswipe) switchable via config
  • Supports videos, EXIF data, and ZIP album downloads
  • Output uses relative links – fully portable and works offline

What It Can't Do

  • Requires Python 3.11+; mobile responsiveness depends on the chosen theme; original images are preserved (disk usage may increase due to resized copies).

Use Cases

  • Personal photography portfolio
  • Share family photo albums (no server needed)
  • Lightweight static image gallery for any website

Sigal is a minimalist static gallery generator that turns a folder of images into a complete, portable photo gallery website. It recursively processes directories, resizes images to multiple resolutions, generates thumbnails, and builds HTML pages using Jinja2 templates. The output uses relative links, so the entire gallery can be copied anywhere without breaking. It supports multiple themes (colorbox, galleria, photoswipe), video embedding, EXIF metadata display, and optional ZIP download of albums. Parallel processing speeds up generation for large collections. No database or server-side scripting is needed – just static files that work on any web server or locally. Ideal for photographers, hobbyists, and anyone who wants a fast, offline photo portfolio.

Tags

static site generatorgallerypythonimage galleryphotography

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Install Python 3.11+ and run `pip install sigal`

4

Step 2: In your image folder, run `sigal init` to create a config file

5

Step 3: Run `sigal build` – the gallery will be generated in the `_build` folder

Install Guide
  1. Step 1: Install Python 3.11+ and run `pip install sigal`
  2. Step 2: In your image folder, run `sigal init` to create a config file
  3. Step 3: Run `sigal build` – the gallery will be generated in the `_build` folder
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Run `pip uninstall sigal` in the terminal. To remove generated files, delete the `_build` directory manually.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-06-26 10:25:07
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

5 FAQs

Similar Projects