Source: factory.core/ObjDesktopApp.py
Reusable desktop app wrapper using
pywebview with system tray and toast
notifications.
Usage:
...
| Method | Signature | Description |
|---|---|---|
| toast | toast(title: str, message: str, urgency: str = 'normal', icon: str = 'dialog-information', timeout: int = 5000) |
Show a desktop toast notification. |
| run | run() |
Launch the desktop window with |
Launch a demo desktop app window.