This is a simple Python project that shows a Windows 10 desktop notification using the win10toast library.
It can be useful as a reminder app (e.g., study reminder, drink water alert, etc.).
- Shows a Windows 10 desktop notification.
- Custom title and message.
- Adjustable duration (in seconds).
- Threaded notification support.
- Python 3.x
- Windows 10/11
- Install required package:
pip install -r requirements.txt