Member-only story
The strangest python package you need to install!
Welcome back! After scrolling through Reddit I came across a post showcasing a very interesting Python package, this developer created a very interesting Python package that you can implement in any project, if you want to jump to this post, here it is:
Essentially, this package allows you to be notified with a “ding” sound when your project has been run, how do you do this? Well, you need to install this package first:
!pip install dingsound
Once installed, there are a few different ways to run this sound, this package works on a majority of Python IDE’s, this includes: Jupyter, PyCharm, Spyder and even Google Colab (with a slight modification). This is how to run this package, you want to import this package like this:
import dingsound as d
This package only has 2 different functions, one of the functions are for offline IDE’s (PyCharm, Spyder) and the other is for online IDE’s (Google Colab), if you are using an offline IDE, this is the function to put when to be notified: