https://github.com/jabbalaci/gui-dev-with-python
Some simple examples on how to get started with GUI development in Python.
https://github.com/jabbalaci/gui-dev-with-python
designer gui pyqt5 python python3 qt qt5
Last synced: about 2 months ago
JSON representation
Some simple examples on how to get started with GUI development in Python.
- Host: GitHub
- URL: https://github.com/jabbalaci/gui-dev-with-python
- Owner: jabbalaci
- License: mit
- Created: 2019-11-09T14:56:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T16:18:33.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T17:18:52.505Z (about 1 year ago)
- Topics: designer, gui, pyqt5, python, python3, qt, qt5
- Language: Python
- Homepage:
- Size: 107 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GUI-Dev-with-Python
===================
Some simple examples on how to get started with GUI development in Python.
Content of this repository:
01_examples
-----------
Simple PyQt5 examples, without Qt Designer.
02_designer
-----------
A simple example made with Qt Designer. Tested under Linux and Windows.