A standalone module for displaying Windows balloon notifications
Project description
Ballootify
A standalone module for displaying Windows balloon notifications using the Win32 API via ctypes. It enables system tray notifications without requiring external dependencies like 'win10toast' or PowerShell.
Installation
pip install ballootify
Usage
from ballootify import notify_windows_balloon
notify_windows_balloon(
title="Notification Title",
message="This is the message body.",
timeout_ms=5000,
level="info"
)
Features
- No external dependencies (uses
ctypes). - Win32 API integration.
- Supports Info, Warning, and Error icons.
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
ballootify-0.1.0.tar.gz
(6.3 kB
view details)
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 ballootify-0.1.0.tar.gz.
File metadata
- Download URL: ballootify-0.1.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0aa2e9fd2482a2aaeaf9bfbc303b89f585c3d8a33d0522c92a43c30bf30eea6f
|
|
| MD5 |
d89d8a7fc189c681a8e208e556140757
|
|
| BLAKE2b-256 |
6107f20e61fe60e1a0184afa39852d822199c7d7628d15fad37e0efdcd0477f0
|
File details
Details for the file ballootify-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ballootify-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b8fef573c1f8606fb165faa48c3739a29a2195faf89aed8dbf27c1ba3fd78cf
|
|
| MD5 |
830826dea55d6979dd3d1bc76d05217f
|
|
| BLAKE2b-256 |
8e53ef9b7573f553764592bc3b490c110972c7445107e524ecfd442c79e08226
|