DEV Community

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

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?