DEV Community

Cover image for Create a macOS Menu Bar App with Python (Pomodoro Timer)

Create a macOS Menu Bar App with Python (Pomodoro Timer)

Camillo Visini on February 09, 2020

On my Mac, I use the menu bar countless times per day. In this post we will go through the process of creating a custom macOS menu bar app using Py...
Collapse
 
fceruti profile image
fceruti

Thanks for sharing, it's great to know how easy it is to create your own menu bar items. One questions I have thou, is related to the fact that you install everything globally. If you created a virtualenv will py2app pick that up, or it only works with globally accesible programs?

Collapse
 
visini profile image
Camillo Visini

Let me know what you think – I'm looking forward to your comments!