Skip to content

Commit 5ca6ecb

Browse files
gabrielsimasLuís Gabriel Nascimento Simas
andauthored
First Commit - README.md (#1) (#2)
Co-authored-by: Luís Gabriel Nascimento Simas <luis.gabriel_thera@prestador.globo>
1 parent f1dac6c commit 5ca6ecb

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
*Project Level 3:* ***Real-World***
2+
3+
*This project is designed for learners who know Python fundamentals and are learning to build real-world programs.*
4+
5+
## Project Description
6+
7+
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:
8+
9+
![Alt Text](image.gif)
10+
11+
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.
12+
13+
## Learning Benefits
14+
15+
- Learn how to create a basic PyQt6 GUI with interactive elements.
16+
17+
- Implement image navigation and display logic.
18+
19+
- Practice handling user input (button clicks, list selections).
20+
21+
## Prerequisites
22+
23+
**Required Libraries**:PyQt6. Install the libraries with: pip install PyQt6
24+
25+
**Required Files**: You need to have a folder with some images.
26+
27+
**IDE**: Use any IDE.

image.gif

44.8 KB
Loading

0 commit comments

Comments
 (0)