This is a small and fast image player, just play all images under give path. (will walk through all sub path.)
It might also be the player you're looking for.
UI part is PyQt5. Install it by conda install pyqt
, or by any other package controler.
- Double click to launch full screen mode.
- Rigth click to for context menu: play, pause, previous, next.
- Mouse wheel to browser images, and stop the play.
- Auto do the best fit of image size to dialog.
- Preload images to maintain the speed when play fast. Also unload images from memory so it could keep playing with huge number of images.
- Modify value of
path
andinterval
in xdImagePlayer.py python ./xdImagePlayer.py
- Shuffle the sequence of image to play.