Writing a GUI Application with Python and Py2App

Matt Harzewski
The Startup
Published in
9 min readJun 12, 2020

--

Have you ever wanted to whip up a quick and dirty graphical interface for a utility you made, and give your Python script a first-class presence in your Dock? Apple doesn’t make it easy to give programs the graphical treatment without breaking out Swift/Objective-C and learning the whole Cocoa ecosystem. Fortunately, there is an easier way…

--

--