A simple, standalone image viewer application built using python and PyQt5!
Built this as a fun little side project after working through the super awesome book "Mastering GUI Programming with Python" by Alan D. Moore.
- The interface is click driven
- The application will first try to load any images located in the current directory
- To load the next image left click on the right half of the application window
- To load the previous image left click on the left half of the application window
- To access the context menu right click anywhere in the application window
- To open an image directory right click -> "Load". Then choose a directory that contains images
- Platforms (Currently supported):
- Windows 10+
- See releases
- Auto play
- Automatic resize
- Simple interface
- Supported image extensions:
- .bmp
- .gif (still image)
- .jpg
- .jpeg
- .png
- .pbm
- .pgm
- .ppm
- .xbm
- .xpm
- Zoom
- Web features(?)