Skip to content

burstMembrane/imagewatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageWatcher

ImageWatcher UI Preview

A command line utility to explore and watch for image creation in a folder.

Built in Python using DearPyGui and watchdog.

Installation

clone the repo

git clone https://github.com/burstMembrane/imagewatcher

create a virtual env for the project

virtualenv imagewatcher
source virtualenv/bin/activate

install requirements.txt

pip install -r requirements.txt

Optional

You can install the package with pyinstaller

pip install pyinstaller
chmod +x install.sh
./install.sh

Usage

python imagewatcher.py -d </path/to/directory/to/watch>

Key bindings

ESC -- quit
ARROW_KEYS -- cycle images in folder
f -- toggle fullscreen
``

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published