https://github.com/guyzmo/swgallery
Shotwell Web Gallery Export Tool little hack
https://github.com/guyzmo/swgallery
Last synced: 10 months ago
JSON representation
Shotwell Web Gallery Export Tool little hack
- Host: GitHub
- URL: https://github.com/guyzmo/swgallery
- Owner: guyzmo
- Created: 2013-07-30T15:27:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-30T15:32:20.000Z (over 12 years ago)
- Last Synced: 2025-01-21T00:29:19.720Z (12 months ago)
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web Gallery Export Tool for Shotwell
====================================
INSTALL
-------
when I'll have it uploaded on pipy, you will be able to install it through:
pip install swgallery
meanwhile, you need to install it manually:
git clone --recursive https://github.com/guyzmo/swgallery.git
cd swgallery
python setup.py install
DEPENDS ON
----------
* uses [galleria.js](http://galleria.io) to render the gallery (MIT License)
* uses a progress library (Python license) from Tim Newsome
* uses Python Image Library to manipulate images
DEVELOP
-------
You'll need `zc.buildout` (that you can install through `pip install zc.buildout`)
git clone --recursive https://github.com/guyzmo/swgallery.git
cd swgallery
buildout
LICENSE
-------
All original work is under AGPLv3