Actualiser README.md

This commit is contained in:
Adrien MALINGREY 2025-02-24 13:16:17 +01:00
parent 84403d2bba
commit 33568dbe54

View File

@ -1,3 +1,10 @@
# midi2beep
Play midi files with internal PC speaker
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