-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite notify.py #138
Comments
Can you assign me this issue, as it's look interesting as part of JWoC'24. By the way, i need to replace the desktop_notifier module with the plyer library right and that's all.
|
@ayushmorbar 1 issue at a time |
yeah, i understand that. please do review my pull request as mentioned so I can get on this one quick and submit a pr |
Sure |
Please, Assign me this issue now! |
Does this work with macos? |
I haven't tried it myself yet on MacOS, but Plyer is designed to be platform-independent. According to the information provided by some user on Stack Overflow, it seems to work on MacOS 12.3.1.
Aside from this given the functionality of the notifier function, we can pass more parameters like the app icon, name and stuff. |
Great then, You can push the code once you are done |
To enhance cross-platform compatibility and achieve seamless desktop notifications, we suggest transitioning from the current desktop_notifier to the plyer library. This refactoring ensures broader support. This upgrade aims to simplify the notification setup for a smoother and more universally compatible user experience.
The text was updated successfully, but these errors were encountered: