diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-04-21 21:38:57 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-04-21 21:38:57 +0200 |
commit | d1d708002b860c92225e1e8c3a8a32def4c67c1a (patch) | |
tree | e54c1a59336b3cf4c0551851609801a715de2ace /README.md | |
parent | 715ff2975cde91f3741854b93d500a70ae5e3999 (diff) |
Add README and licensing information
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..47b94ba --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +pyggle – Python Image Gallery for Static Websites +--- + +**pyggle** generates a static image gallery with javascript lightbox and a bit +of EXIF data for web hosting. It aims to do one thing well and not do anything +else. + +## Demo + +See [lib.finalrewind.org](https://lib.finalrewind.org/Wildpark%20Bilsteintal%202020/). + +## Usage + +There's no proper Python package yet. Clone the git repository and run pyggle +from the directory you want to have the gallery in, while passing it some +image files. I.e.: + +``` +cd /some/directory +/another/directory/pyggle/bin/pyggle *.jpg +``` + +pyggle does not support recursion. All images must be located in the current +working directory. |