Skip to content

Jyotika999/Desktop-Notifiers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Desktop Notifications using 'plyer'

Notifications are some tiny text pop-ups that appear on the desktop 💻 or mobile screen to inform the user about the updates or any other vital pieces of information, allowing the user to focus 💡on essential things and ignore the non-important ones.

Plyer is basically a module that is used to mainly access the hardware features. Plyer is a cross-platform library that actually works on mobile too when used with Kivy. Plyer has way more than just notification tools. It can do screenshots, text-to-speech, vibration, GPS, Bluetooth, audio, accelerometer, and more!

Beautiful Soup is a Python package for parsing HTML and XML documents. It creates a parse tree for parsed pages that can be used to extract data from HTML, which is useful for web scraping

According to the Documentation at PyPI: The Python Package Index (PyPI) is a repository of software for the Python programming language. Plyer is a platform-independent API to use features commonly found on various platforms, notably mobile ones, in Python.

Tech stack used

Python

Prequisites to be installed for the notifications

  • pip install plyer
  • pip install beautifulsoup4
  • pip install urllib3

Make sure to install all the libraries and modules used in the codes to run the programs. 😄

Check out my blog on the entire explanation here

Show some ❤️ by starring ⭐ this repository

Need any help?


  if (needHelp === true) {
     var emailId = "IIT2019036@iiita.ac.in";
     sendEmail(emailId);
  }

About

Creating desktop notifications using 'plyer'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages