https://github.com/spyoungtech/pymetronome
A Python metronome utility
https://github.com/spyoungtech/pymetronome
Last synced: about 2 months ago
JSON representation
A Python metronome utility
- Host: GitHub
- URL: https://github.com/spyoungtech/pymetronome
- Owner: spyoungtech
- License: mit
- Created: 2020-05-28T12:15:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T13:25:11.000Z (about 6 years ago)
- Last Synced: 2025-02-16T08:32:52.187Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyMetronome
A simple metronome utility.
## Installation
```
pip install pymetronome
```
## Usage
After installing the `met` command is available
```
usage: met [-h] [--bpm BPM] [--meter METER]
optional arguments:
-h, --help show this help message and exit
--bpm BPM Beats per minute
--meter METER The time signature to use (e.g. "4/4")
```
Alternatively, you can also use `python -m met`
## Notes
Currently, this is only supported on Windows (because it relies on the standard library `winsound` module)