A collection of GUI applications built with PyQt/PySide to explore various UI components and layouts. This repository is perfect for learning Python GUI development step-by-step, covering everything from buttons and sliders to message boxes and tab widgets.
v41bh4vr4jput-python-gui/
├── README.md # Project documentation
└── Codes/ # GUI component examples
├── Button.py # Basic button example
├── Main.py # Main application file
├── Main2.py
├── Signal.py # Signal & Slot example
├── slider.py
├── Button Layout/
├── CheckBox and RadioButton/
├── Combo box/
├── Grid Layout/
├── List Widget/
├── MainWindow/
├── Message Box/
├── Push Button/
├── QLabel and Images/
├── QLabel and QlineEdit/
├── QTextEdit/
├── Size Policies and Stretches/
└── Tab Widget/
- Manage widget sizes, stretching, and positioning using PyQt's Size Policies.
- Clone the Repository:
git clone https://github.com/your-username/v41bh4vr4jput-python-gui.git
- Navigate to the Project Folder:
cd v41bh4vr4jput-python-gui
- Install Required Packages:
pip install PySide6
- Run the Examples:
python Codes/Main.py