An open API service indexing awesome lists of open source software.

https://github.com/bocaletto-luca/gallery-image

The “Image Gallery in Python with Qt6 GUI” is an application that allows you to view and browse images from a specific directory on your computer.
https://github.com/bocaletto-luca/gallery-image

desktop-application file-management gallery-images gui image-processing image-viewer navigation open-source photo-gallery python qt6

Last synced: 4 months ago
JSON representation

The “Image Gallery in Python with Qt6 GUI” is an application that allows you to view and browse images from a specific directory on your computer.

Awesome Lists containing this project

README

          

# Python Image Gallery with Qt6 GUI

**Author:** Bocaletto Luca

**Language:** Python

The "Python Image Gallery with Qt6 GUI" is an application that allows you to view and browse images from a specific directory on your computer.

![Screenshot 2023-10-08 093758](https://github.com/elektronoide/Gallery-Image/assets/134635227/bbc174c7-3e5d-4e99-95ee-e6019a73994b)

## Key Features

- **Intuitive User Interface**: The Image Gallery offers an intuitive and user-friendly interface, thanks to the powerful Qt6 library.

- **Image Viewing**: You can view images in various formats, including JPG, JPEG, PNG, GIF, and BMP, directly within the application.

- **Easy Navigation**: The application makes it easy to browse through images in the selected directory, with "Previous" and "Next" buttons that allow you to navigate between images.

- **Customizable Zoom**: You can zoom in or out on the currently displayed image using the zoom slider.

- **Automatic Rotation**: The application can detect the Exif orientation of images and automatically rotate them for correct viewing.

- **Thumbnails**: A list of image thumbnails from the directory allows you to quickly select the desired image.

- **Directory Exploration**: The application offers the ability to easily explore directories on your computer to find and view images.

- **"About" Information**: You can access "About" information about the application to discover the version and author.

## Usage

To use the Image Gallery, launch the application and select a directory containing the images you want to view. You can then use the "Next" and "Previous" buttons to navigate between images, zoom in or out using the zoom slider, and click on thumbnails in the list to select a specific image.

## System Requirements

- Python
- PySide6
- Pillow
- Qt6

This application is ideal for anyone who wants to conveniently and visually explore their images without having to open each individual file separately. Thanks to its intuitive interface, it is suitable for both beginner and experienced users.

---

**Note**: Ensure that you have installed all the necessary dependencies before running the application.

**Maintainer Update**

My current GitHub account is **@bocaletto-luca**, which is now the official maintainer of all projects previously published under the **@Elektronoide** account. Please direct any issues, pull requests, or stars to **@bocaletto-luca** for future updates.

---