zroya documentation

ZROYA is a Python wrapper of win32 API for creating Windows notifications.

Features:

  • Creating Windows 10 notification.
  • No Sound support.
  • Events (click, hidden, shown).

Requires:

Zroya requires pypiwin32 library to work properly. See: Installation.

Reference

zroya.TrayIcon TrayIcon represents an application icon.
zroya.TrayIcon.create Shows notification.
zroya.TrayIcon.quit Ends notification event loop.
zroya.TrayIcon.update Polls all waiting events.

Indices and tables