**DuckNotify** is a lightweight, cross-platform Python library for sending desktop notifications effortlessly. It works on **Windows**, **macOS**, and **Linux**, providing a simple API to notify users with custom messages.
Project description
Here’s the description for DuckNotify:
DuckNotify
DuckNotify is a lightweight, cross-platform Python library for sending desktop notifications effortlessly. It works on Windows, macOS, and Linux, providing a simple API to notify users with custom messages.
Features
- Cross-Platform Support: Works on Windows, macOS, and Linux.
- Custom Notifications: Set a title, message, and optional icon for your notifications.
- Lightweight: Minimal dependencies and easy to use.
Installation
Install DuckNotify using pip:
pip install ducknotify
Usage
Here’s how you can use DuckNotify to send notifications:
import ducknotify
# Send a simple notification
ducknotify.notify("DuckNotify Alert", "This is your notification message!")
# Send a notification with an icon (optional)
ducknotify.notify("DuckNotify", "Message with an icon!", icon="icon.png")
Supported Platforms
- macOS
- Linux
- Windows
License
DuckNotify is licensed under the MIT License, making it free and open-source for everyone.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ducknotify-1.0.0.tar.gz.
File metadata
- Download URL: ducknotify-1.0.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ab7cb3845d0b8045cdbae4cf5e9cd157683ab236ad594e0538d080d61d12ade
|
|
| MD5 |
a821ac9edcc6a5d83c4ce342ecfff0ae
|
|
| BLAKE2b-256 |
2f698ba799d99dbe2f2861dd6b8fc46d955218fd0892fdc604137dbc8932bdc3
|
File details
Details for the file ducknotify-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ducknotify-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89be26bbed90848f1aeeb8a2902233948ea42b32c20003971e409eb1d0913a72
|
|
| MD5 |
e83e2585619938c42f69bcb888402fd6
|
|
| BLAKE2b-256 |
20f81432876ee72b61aa89a226362ac7e2ba7f2af558653cde5821b1121c06e9
|