A modern desktop notification application built using Python and Tkinter.
- Desktop popup notifications
- Start and Stop notification system
- Sound alert using Windows sound
- Dark themed GUI
- User-friendly interface
- Custom notification title and message
- Custom time interval
- Python
- Tkinter
- Plyer
- Winsound
Install required library:
pip install plyerpython gui_notifier.pyDesktop Notifier/
│
├── gui_notifier.py
├── requirements.txt
├── README.md
└── .gitignore
- Add notification history
- Convert into EXE application
- Add custom themes
- Add scheduling system
Ashu