{"library":"pyqt5-tools","title":"PyQt5 Tools","description":"PyQt5-tools provides Qt Designer, Qt Linguist, and other Qt tools for PyQt5 development. Current version 5.15.9.3.3, with irregular releases. It bundles binaries for Windows and Linux to avoid manual installation of Qt tools.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install pyqt5-tools"],"cli":null},"imports":["from pyqt5_tools import QtDesigner; QtDesigner.run()"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom pyqt5_tools import QtDesigner\n# Optionally set designer path\nos.environ.setdefault('QT_QPA_PLATFORM_PLUGIN_PATH', '')\nQtDesigner.run()\n","lang":"python","description":"Launch Qt Designer from Python code.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}