Welcome to the Python Desktop Notifier repository! 🔔🐍
This repository houses a simple Python script that demonstrates how to send desktop notifications using the plyer
library. With this script, you can receive periodic motivational messages right on your desktop, reminding you to stay focused and dedicated.
- Send custom desktop notifications.
- Set a specific timeout for notification visibility.
- Automate periodic notifications to boost productivity.
- Clone the repository using
git clone https://github.com/shriyaa01/Desktop_Notifier
. - Navigate to the repository:
cd Desktop_notifier
. - Install the required dependencies:
pip install plyer
. - Run the script:
Desktop_notifier.py
. - Enjoy receiving motivational notifications!
- plyer: Provides a unified way to access features commonly found on various operating systems.
- Modify the title and message in the
Desktop_notifier.py
script to personalize your notifications. - Adjust the timeout to control how long the notification stays visible.
Don't forget to star ⭐ this repository and follow me for more exciting Python projects and updates!