Building a GUI application with PyQt on MacOS
A short how-to on building Python GUI applications on MacOS with PyQt5 and py2app. Requirements Xcode MacPorts Qt Install PyQt5 depends on Python version 3.5 or greater and to install it together with other components, like py2app, we will be using pip, the python package management system. First we