Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmandel/picdex
Static photo viewer: generate pic(ture in)dex
https://github.com/jmandel/picdex
Last synced: 19 days ago
JSON representation
Static photo viewer: generate pic(ture in)dex
- Host: GitHub
- URL: https://github.com/jmandel/picdex
- Owner: jmandel
- Created: 2016-01-12T05:38:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T21:53:14.000Z (almost 9 years ago)
- Last Synced: 2024-10-06T15:42:32.561Z (about 1 month ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# picdex: an index. of your pics.
Create a JSON index from JPEG metadata. Incrementally so it should be easy to
run this on a large (and growing) collection of photos. Goal: support a pure
client-side image browser that lets you fly through your whole catalog.## Use it
```
apt-get install python3
apt-get install exiftool
python3 picdex.py /path/to/photos
```