From 33568dbe54f05f8dd915aec3c5e154291ec73389 Mon Sep 17 00:00:00 2001 From: Adrien MALINGREY Date: Mon, 24 Feb 2025 13:16:17 +0100 Subject: [PATCH] Actualiser README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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