A desktop notifier app runs on your system and it will be used to send you notifications after every specific interval of time.
- This notifier will gives news at a particular time interval.
- Python
Name | About |
---|---|
Desktop Notifier | Shows the news on the desktop at the specific interval of time. |
$ pip install notify2
$ pip install feedparser
$ pip install pygame
To access the notifier
, this application imports the following modules.
import os
import time
import feedparser
import notify2
from pygame import mixer
- Download and Run the desktop_notifier.py
- It will give notifications of news with a particular interval of time on your system.
Note :- If the script will be showing the dbus error then, create a virtual environment for that.
- pip install virtualenv
- pip install pipenv
- pipenv --help (for help)
- pipenv install
- pipenv shell
- pip install the packages
- execute the program