Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
*Project Level 3:* ***Real-World***

*This project is designed for learners who know Python fundamentals and are learning to build real-world programs.*

## Project Description

In this project, we will build a simple image gallery viewer where users can browse through images stored in a folder. The app will allow the user to select a folder from their computer and display the images of that folder:

![Alt Text](image.gif)

This project is useful for building a GUI application using one of the best GUI libraries such as PyQt6, and it introduces users to managing file systems, working with images, and handling GUI events.

## Learning Benefits

- Learn how to create a basic PyQt6 GUI with interactive elements.

- Implement image navigation and display logic.

- Practice handling user input (button clicks, list selections).

## Prerequisites

**Required Libraries**:PyQt6. Install the libraries with: pip install PyQt6

**Required Files**: You need to have a folder with some images.

**IDE**: Use any IDE.
Binary file added image.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.