Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cknoll/imagedirpreview
tool to quickly get an overview of many (small) images via webbrowser
https://github.com/cknoll/imagedirpreview
Last synced: about 20 hours ago
JSON representation
tool to quickly get an overview of many (small) images via webbrowser
- Host: GitHub
- URL: https://github.com/cknoll/imagedirpreview
- Owner: cknoll
- License: other
- Created: 2018-03-29T16:43:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T00:44:37.000Z (over 6 years ago)
- Last Synced: 2024-10-13T11:30:13.795Z (about 1 month ago)
- Language: Python
- Size: 317 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imagedirpreview
[![PyPI version](https://badge.fury.io/py/imagedirpreview.svg)](https://badge.fury.io/py/imagedirpreview)Simple script to generate a browser based preview of all images in a directory.
This might be useful to get an quick overview over a lots of images (like icon sets).
In fact, the creation of this script was motivated by curiosity about the contents of
[papirus-icon-theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/).## Installation
`pip install imagedirpreview`## Usage
Simply run `imagedirpreview` in the directory where the images are in.
A html-file will be created, which includes all images.
Note that the browser might take some time to load all images.
Tested with a ca. 1500 svg-icons (64x64).[![Video (hosted at VIMEO)](doc/vimeo_screenshot.png)](https://vimeo.com/262475545 "Demo of imagedirpreview")
## TODO
**Note:** These todo-items will only be realized if considerable need is detected.
- recognition of already handled files (symlinks)
- use flask instead of a local html-file
- figure out how to display images from the current working directory in flask
- use grip as guideline