diff options
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. |