Metadata-Version: 2.4
Name: imageoverview
Version: 2026.5.25.1
Summary: A script to quickly browse through all the images under a given directory, and generate PDFs of selected images.
Author-email: Ernesto Alfonso <erjoalgo@gmail.com>
Maintainer-email: Ernesto Alfonso <erjoalgo@gmail.com>
Project-URL: Homepage, https://github.com/erjoalgo/dotfiles/tree/master/bin/imageoverview
Project-URL: Documentation, https://github.com/erjoalgo/dotfiles/tree/master/bin/imageoverview/README.md
Project-URL: Repository, https://github.com/erjoalgo/dotfiles/tree/master/bin/imageoverview
Project-URL: Bug Tracker, https://github.com/erjoalgo/dotfiles/issues
Keywords: imageoverview,images,browse,recursive
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: watchdog

This script makes it easy to scan a given directory for images or videos.

Found images are displayed in a browser like Chrome or Firefox in a NxM grid, making it
possible to browse through a large number of images quickly.

User can go to the next or previous pages by using the arrow keys.

The script detects newly created images using a filesystem observer,
and and adds them to the pipeline for vewing.

To install:

`$ pip install imageoverview`

`$ imageoverview -d ~/Pictures`

See images in a 10x15 grid for wider monitors:

`$ imageoverview -d ~/Pictures -D 10x15 grid`
