midi2beep/README.md

10 lines
203 B
Markdown

# midi2beep
Play MIDI files with PC speaker using the beep command.
Usage: ```python3 midi2beep.py <midi file>```
Dependencies:
- Python 3
- [mido library](https://mido.readthedocs.io/)
- beep command