Send Notifications on Windows 10 using PYTHON Part 2

Опубликовано: 31 Август 2026
на канале: Aditya Pai Thon
4,768
72

In this video we are going to use the win10toast library to send notifications on a Windows system using Python.

The previous video where we built the code to get the number of subscribers for a YouTube channel using YouTube DataAPI:    • YouTube Data API to Get Subscribers In Pyt...  
Along with sending Windows Push Notification on a Windows system we are also going to use the EMOJI Library and lean to add emoji's in our Python code.

Code for this video : https://github.com/AdityaPai2398/Get-...

Sending out Notifications on Windows is a cool way to get informed about anything that you want.

We could also schedule the script that sends out Notifications by task scheduler so that the script runs automatically which will be seen in the next video.

Desktop Notifications on Windows using win10toast.

#python #win10toast #notifications