Effortlessly create toast notifications for windows 10.
Project description
WinToaster
Effortlessly create toast notifications for windows 10. View the documentation
WinToaster is a minimal, yet powerful library for creating toast notifications on Windows 10. Originally branched from Windows-10-Toast-Notifications, WinToaster allows a higher level of customization, including custom sound files and tooltips. This open source library is licensed under MIT: all contributions are welcome.
Getting Started
WinToaster is officially on PyPi, so you can just install it using pip:
- Make sure pip is installed
- Open command line and run
pip install WinToaster
- Open up your project and import using
import win_toaster
Docs
The official documentation is at https://wintoaster.readthedocs.io.
Contributing
Anyone can contribute. Although the code primarily deals with Windows 10, fixing typos, adding documentation, and improving code style can be done from any device. Before you contribute, make sure you have both Git and Python3 installed. If you have any trouble with the steps below, be sure to check out GitHub's wonderful forking tutorial. Follow the steps below to contribute:
- Fork the repository to your personal GitHub account.
- Clone your repository to your computer using
git clone YOUR_REPOSITORY_LINK
- Add the original repository as the upstream, like so:
git remote add upstream https://github.com/MaliciousFiles/WinToaster.git
- Enter the
WinToaster
directory. Install the development version of WinToaster withpip install -e .
- Make any changes, and push them to your repository.
- Open a pull request on GitHub.
Contributors
- Original code from Charnelx/Windows-10-Toast-Notifications and jithurjacob/Windows-10-Toast-Notifications
- MaliciousFiles - Malcolm Roalson - Extended the code, and created WinToaster
- mrmaxguns - Maxim Rebguns - Code quality, CI, documentation
Versioning
WinToaster uses SemVer for versioning.
License
WinToaster may be freely distributed with the rules of the MIT license. See LICENSE for details.
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 Distribution
File details
Details for the file WinToaster-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: WinToaster-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1222929861c1ea9e8b9ac450aedb7f1acb32c6ebfed6f18d361bdb347394cc2 |
|
MD5 | 22a94443ce3e2a6094a678b37ab6a259 |
|
BLAKE2b-256 | 656b7e1e0ad85b633021391776a9e2ff1a856690c74fabd57abfcc7adcf0f679 |