Notipy

Version Downloads License Support

Display native customizable Mac OS dialogs and notifications with ease.

Install

pip3 install notipy-osx

Display a dialog

from notipy_osx import dialog_prompt

dialog_prompt(text='This is a basic dialog')

View more at the dialogs guide.

Show a notification

# warning, this is still experimental
from notipy_osx import notify

notify(title='New Notifiation')

View more at the notifications guide.

More

  • View the guide for a full understanding of all the parameters for the display_dialog and notify functions
  • See the examples
  • View (and star) the GitHub repository