mirror of
https://github.com/janishutz/midi-micro-bit_sound-converter.git
synced 2025-11-25 13:54:26 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user