Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mprpic/simple-gallery
Create a simple, one-page HTML gallery
https://github.com/mprpic/simple-gallery
html-gallery
Last synced: about 9 hours ago
JSON representation
Create a simple, one-page HTML gallery
- Host: GitHub
- URL: https://github.com/mprpic/simple-gallery
- Owner: mprpic
- License: lgpl-3.0
- Created: 2014-10-26T16:29:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T14:51:44.000Z (over 6 years ago)
- Last Synced: 2023-03-29T00:18:24.476Z (over 1 year ago)
- Topics: html-gallery
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple HTML Gallery
===================Create a single-page HTML gallery with:
$ ./create-gallery.py -i vacation-photos -o gallery
where `vacation-photos` is the input directory and `gallery` is the output
directory. The script first searches for all image files within the input
directory and then creates the output directory with a generated
`index.html` file and all image files found in the input directory.Optionally, you can specify a title for the generated page using the
`--title` option.The created directory (in this case, `./gallery`) can then be moved into
your document root (e.g. `/var/www/html/`).