https://github.com/tylertemp/ding
A simple command line tool to play "Ding" in terminal
https://github.com/tylertemp/ding
Last synced: 3 months ago
JSON representation
A simple command line tool to play "Ding" in terminal
- Host: GitHub
- URL: https://github.com/tylertemp/ding
- Owner: TylerTemp
- License: mit
- Created: 2016-03-18T02:37:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-18T03:03:26.000Z (about 10 years ago)
- Last Synced: 2024-12-31T03:26:08.725Z (over 1 year ago)
- Language: Python
- Size: 155 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ding
A simple command line tool to play "Ding" in terminal
## Usage ##
```bash
ding
```
That's all. It will play the "Ding" sound and exit.
You can run it after a long-time-taking program:
```bash
sleep 1; ding
```
## Install ##
Need python 2/3. Require python module: pyglet
```bash
pip install git+git://github.com/TylerTemp/ding.git
```