https://github.com/janpipek/chagallpy
[NOT MAINTAINED CURRENTLY] Static, mostly JS-free web gallery based on WOWP framework
https://github.com/janpipek/chagallpy
gallery static-site-generator wowp-framework
Last synced: 3 months ago
JSON representation
[NOT MAINTAINED CURRENTLY] Static, mostly JS-free web gallery based on WOWP framework
- Host: GitHub
- URL: https://github.com/janpipek/chagallpy
- Owner: janpipek
- License: mit
- Created: 2016-02-13T11:10:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-12-08T22:40:29.000Z (6 months ago)
- Last Synced: 2026-01-05T00:12:07.320Z (5 months ago)
- Topics: gallery, static-site-generator, wowp-framework
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chagallpy
(Cha)rming (gall)ery in (Py)thon is a static, minimalistic and mostly JS-free web gallery generator.
In a way, it serves as an example project for the WOWP framework (see ).
The gallery does not depend on any external JS library and is navigable using
standard (whatever reasonable definition of "standard") keyboard shortcuts.
## Usage
Just run this command in the directory with photos:
```
Usage: chagall [OPTIONS]
Options:
-i, --input TEXT (default .)
-o, --output TEXT (default ./build)
-S, --image-size INTEGER
-T, --thumbnail-size INTEGER
-v, --verbose
```
It finds all JPEG images in a current directory, then tries to read metadata about them
and produces a gallery in output directory.
Example galleries produced with chagallpy:
## Installation
Easiest way is to use "pip" and download the package from PyPI.
```
pip install chagallpy
```
Or, you can visit the GitHub page of the project and work with the development version:
## Configuration
### Gallery metadata
Metadata are store in `gallery.yaml`. Currently available configuration options:
* title
### Image metadata
Available EXIF data are read.
For each `image.jpg`, a file `image.yaml` is read with the following options:
* title
* place
* date (dd/mm/YYYY)
* author (additional (c) is displayed in the image toolbar)