Major refactor

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!
This commit is contained in:
2025-03-07 17:18:15 +01:00
parent cabfe9cbd7
commit 6fad58dd64
10 changed files with 216 additions and 276 deletions

View File

@@ -6,14 +6,9 @@ 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]
pip install kivymd
pip install pyperclip
pip install mido
pip install kivy[base] kivymd pyperclip mido
sudo apt-get install xclip
sudo apt-get install xsel
sudo apt-get install wl-clipboard
sudo apt-get install xclip xsel
cd ./midi-micro-bit_sound-converter
python3 midi_converter.py