Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 569 Bytes

File metadata and controls

24 lines (15 loc) · 569 Bytes

Create custom desktop notificatons using python

In this video i am going to use a module called plyer

Link for the module : https://pypi.org/project/plyer/

About Plyer - Plyer is an open source library to access features commonly found in various platforms via python . It provides support for Windows, MacOS, Linux, Android and iOS.

Installation

pip install plyer

Usage

from plyer import notification

Subscribe

Please subscribe CodeWithNiranjan

Thank You