diff --git a/README.md b/README.md index 58db318..1d0d90a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # midi2beep -Play midi files with internal PC speaker \ No newline at end of file +Play MIDI files with PC speaker using the beep command. + +Usage: ```python3 midi2beep.py ``` + +Dependencies: +- Python 3 +- [mido library](https://mido.readthedocs.io/) +- beep command \ No newline at end of file