notify-py icon indicating copy to clipboard operation
notify-py copied to clipboard

:speech_balloon: | A simple Python Module for sending cross-platform desktop notifications on Windows, macOS and Linux

Results 32 notify-py issues
Sort by recently updated
recently updated
newest added

Hi! Thank you for this great packages! It will be cool to have [WSL](https://docs.microsoft.com/en-us/windows/wsl/about) support. One way is to have an ability to send notifications using external tools i.e. [wsl-notify-send](https://github.com/stuartleeks/wsl-notify-send):...

I'm trying to create an alarm notification to get around fullscreen apps default setting. But what's an alarm?! Can we do this with notify-py?

enhancement
Windows

It has been some time since loguru's new release. There is not any breaking changes. It is better to update the version restriction on https://github.com/ms7m/notify-py/blob/c6f30e0784eb18d3b4424ede706719a5fd7cf7b9/pyproject.toml#L16

New Version

I'm trying to package this python module for a Linux distro and there are some issues I've noticed with your published packages: 1. **Source releases don't include a copy of...

help wanted
Discussion

The notification image appears too small even though the original image size is bigger.

From [Python documentation](https://docs.python.org/3/library/exceptions.html#BaseException): > _exception_ **BaseException** > The base class for all built-in exceptions. It is not meant to be directly inherited by user-defined classes (for that, use Exception).

Clicking on the notification on macOS opens the readme for the notification bundle.

bug
macOS

notification.send() returned True, but show nothing Windows 10 Enterprise x64 version 17763.316

bug
Windows