mirror of
https://github.com/janishutz/midi-micro-bit_sound-converter.git
synced 2025-11-25 05:44:24 +00:00
Create README.md
This commit is contained in:
30
README.md
Normal file
30
README.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# midi-micro-bit_sound-converter
|
||||
This app allows you to convert a midi file to the code needed for micro:bit programming
|
||||
|
||||
Creating Music with the micro:bit is a hassle. This little app will allow you to take any midi-file and convert it into the list needed for micro:bit.
|
||||
|
||||
## INSTALLATION:
|
||||
Download the files by clicking on code, then on zip.
|
||||
You will need to install some dependencies, as well as python 3.8. If you haven't already go ahead and download python 3.8 and make sure to also include pip,
|
||||
as this will be used right after. Now, you will need to type the following commands in the terminal / command prompt:
|
||||
pip install kivy[base]
|
||||
pip install kivymd
|
||||
pip install pyperclip
|
||||
pip install mido
|
||||
|
||||
You can run the app by heading into the folder you downloaded the zip file into, unzipping it and then by running the midi-converter.py file in the terminal
|
||||
/ command prompt.
|
||||
You may do this as follows:
|
||||
### Linux and MacOS:
|
||||
Use cd./Path/To/File
|
||||
|
||||
### Windows:
|
||||
Click on the navigation bar (the one where the path is displayed) and type: cmd
|
||||
|
||||
|
||||
### SPECIAL notes for Linux users:
|
||||
You'll need to install some other dependencies first. Use your distro's package manager (apt-get for Debian based distros, dnf for Fedora based and pacman for
|
||||
arch-based distros). I'll show an example with debian based distros here:
|
||||
sudo apt-get install xclip
|
||||
sudo apt-get install xsel
|
||||
sudo apt-get install wl-clipboard
|
||||
Reference in New Issue
Block a user