Metadata-Version: 2.1
Name: midi_parse
Version: 0.0.1
Summary: A simple MIDI parser written in Python
Home-page: https://github.com/qaqFei/midi_parse
Author: qaqFei
Author-email: qaq_fei@163.com
License: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.12.0
Description-Content-Type: text/markdown
License-File: LICENSE

# midi_parse

A simple MIDI parser written in Python.

## Usage

```bash
pip install midi_parse
pip install tinysoundfont # if you want to play the MIDI files

echo "test.mid" | python -m midi_parse --sf test.sf2
```
