Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylertemp/ding
A simple command line tool to play "Ding" in terminal
https://github.com/tylertemp/ding
Last synced: 15 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-18T03:03:26.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T06:47:57.500Z (2 months 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
```