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: 4 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T01:10:45.000Z (almost 5 years ago)
- Last Synced: 2025-03-11T03:10:44.480Z (4 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- 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
```