Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michaelcharles/mac-ding
- Owner: MichaelCharles
- Created: 2020-03-23T04:11:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T01:10:45.000Z (over 4 years ago)
- Last Synced: 2024-11-22T14:25:29.978Z (about 1 month ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```