https://github.com/cknoll/imagedirpreview
tool to quickly get an overview of many (small) images via webbrowser
https://github.com/cknoll/imagedirpreview
Last synced: 4 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T00:44:37.000Z (over 7 years ago)
- Last Synced: 2025-02-19T22:47:42.402Z (5 months 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
[](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).[](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