Simple and Lighweight Windows 10 Toast Notifications.
Project description
This module is very lightweight and only takes about 50kb after installation.
#+++++++++------EXAMPLE------++++++++++#
from toastify import notify
# CALLING WITH ALL PARAMETERS :-
notify (
BodyText='BodyText is Required !',
AppName='AppName (Optional)',
AppPath='AppPath (Optional)',
TitleText='TitleText (Optional)',
ImagePath='optional_image_path(jpg/png/bmp/ico)'
)
OR IF YOU ONLY WANT BODY TEXT THEN YOU CAN JUST DO :-
notify('My Body Text')
#+++++++++-------NOTES-------++++++++++#
-
NOTIFICATION TIME IS SYSTEM DEAFULT (5sec)
-
The function is blocking by default but you can use threading/asyncio
-
StartMenu Shortcut will be created for your app. (this is a requirement set by microsoft for Toast Notifications)
-
BodyText argument is required !! , rest of the arguments are optional.
-
App Icon Is Set Automatically, it is same as icon of the application that the AppName shortucut in start menu is pointing.
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 Distributions
Built Distributions
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 toastify-1.1.5-py3-none-win_amd64.whl.
File metadata
- Download URL: toastify-1.1.5-py3-none-win_amd64.whl
- Upload date:
- Size: 20.7 kB
- Tags: Python 3, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9051a4910cabb74d0206e1195747cec5eac683bec8bbbe7439f4b8c4fcbd9c49
|
|
| MD5 |
2b4feace6be23f90ca2223445f76733e
|
|
| BLAKE2b-256 |
e8ba883dee099b79ee65d40c3b29f4e543603a8343931bd3726405dcf5bd93ef
|
File details
Details for the file toastify-1.1.5-py3-none-win32.whl.
File metadata
- Download URL: toastify-1.1.5-py3-none-win32.whl
- Upload date:
- Size: 20.7 kB
- Tags: Python 3, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a1667f2424937bca44ee8a4dc5b94ff7051c573aeeadd5d3a2e9d091a05be54
|
|
| MD5 |
86f11388c44551f8b70a9cc675803272
|
|
| BLAKE2b-256 |
d69c3ae74584aba24892824f36f33aa0087d5de168b6211916b0ce4e23e3a04d
|