======================= PyQt ======================= .. Important:: Building GUI applications using the PYQT designer tool is comparatively less time-consuming than coding the widgets. It is one of the fastest and easiest ways to create GUIs. Installing PyQt =============== .. console:: $ pip install pyqt5 $ pip install pyqt5-tools .. note:: Before asking a question about how to contribute, read :doc:`/internals/contributing/index`. Many frequently asked questions are answered there. Making an App ==============