├── README.md ├── news_icon.png ├── news_notifier.py ├── screenshot1.png ├── topnews.py └── win-example.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilkumarsingh/Desktop-Notifier-Example/HEAD/README.md -------------------------------------------------------------------------------- /news_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilkumarsingh/Desktop-Notifier-Example/HEAD/news_icon.png -------------------------------------------------------------------------------- /news_notifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilkumarsingh/Desktop-Notifier-Example/HEAD/news_notifier.py -------------------------------------------------------------------------------- /screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilkumarsingh/Desktop-Notifier-Example/HEAD/screenshot1.png -------------------------------------------------------------------------------- /topnews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilkumarsingh/Desktop-Notifier-Example/HEAD/topnews.py -------------------------------------------------------------------------------- /win-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilkumarsingh/Desktop-Notifier-Example/HEAD/win-example.py --------------------------------------------------------------------------------