Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelcharles/mac-ding

A simple Python 3 script for making a bell sound from the command line on MacOS.
https://github.com/michaelcharles/mac-ding

Last synced: about 1 month ago
JSON representation

A simple Python 3 script for making a bell sound from the command line on MacOS.

Awesome Lists containing this project

README

        

# mac-ding

A Python 3 script for making a bell sound on MacOS. If the computer is muted when the `ding` command is used, it will be automatically unmuted for the duration of playing the sound.

# Setup

You need to install the following dependencies.

```
pip install pyobjc
pip install playsound
```