mirror of
https://github.com/janishutz/midi-micro-bit_sound-converter.git
synced 2025-11-25 05:44:24 +00:00
I have spent some time (like two hours) fixing up the app, getting it up to a somewhat better level. Code is still bad, but that's that. If anybody is interested to make the code neater, feel free to open a PR!
15 lines
326 B
Bash
15 lines
326 B
Bash
#! /bin/bash
|
|
|
|
sudo apt-get install git
|
|
|
|
mkdir ./midi-micro_bit-converter && cd ./midi-micro_bit-converter
|
|
|
|
git clone https://github.com/simplePCBuilding/midi-micro-bit_sound-converter
|
|
|
|
pip install kivy[base] kivymd pyperclip mido
|
|
|
|
sudo apt-get install xclip xsel
|
|
|
|
cd ./midi-micro-bit_sound-converter
|
|
python3 midi_converter.py
|