Python bindings for Qt5 framework enabling GUI development
Python bindings for v5 of Qt
pyqt5$ python3 -c "from PyQt5.QtWidgets import QApplication, QMainWindow; app = QApplication([]); window = QMainWindow(); window.show()"$ designer$ python3 my_gui_app.py