CHArming GALLery in PYthon
Project description
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 http://pythonic.eu/wowp).
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: http://i.vzdusne.cz/
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:
https://github.com/janpipek/chagallpy
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)
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
File details
Details for the file chagallpy-0.1.5.tar.gz
.
File metadata
- Download URL: chagallpy-0.1.5.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0aee332c4490488f805c631d2cd124ddeb45043add139649cb192cffe20dcc7 |
|
MD5 | 754763ec2ebd2e4105538d05fcdc8ad8 |
|
BLAKE2b-256 | df8e2b7fc652dceb9864d27c599b8a3ca4161d1bfdb210faddcd6d94fdfa5b67 |