Metadata-Version: 2.1
Name: midi-to-noteblock
Version: 0.0.1
Summary: A CLI to convert midi files into world edit schematic files.
Home-page: https://github.com/SushiWaUmai/midi-to-noteblock
Author: Eugene Matsumura
License: MIT
Keywords: example project
Platform: any
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8

# Midi File to Minecraft Schematic
A CLI to convert midi files into world edit schematic files. 

## How to use
Clone the repo
```bash
git clone https://github.com/SushiWaUmai/midi-to-schematic.git
cd ./midi-to-schematic
```

Install all dependencies and run the python script
```bash
# use pip3 and python3 respectively
pip install -r requirements.txt

# Use -h for the help menu
python main.py -h
```

## License
This project is licensed under the [MIT license](./LICENSE)



