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