Skip to content

malcolmhess3/Python-Image-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Image Viewer

Simple Image viewer built in Python using PYQT 5

Features:

  1. Zoom in and Zoom out
  2. Open file from File system
  3. View the next and previous images in the same folder

How it works

This application is developed using PYQT 5 to create the GUI. The application logic is built using python image maniplation packages to open and store images into a python list. When the next picture button is used, the program will display the next image in the list. Zoom is built by scaling the image using a pixel map.

About

Simple Image viewer built in Python using PYQT 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages