A custom converter of Eried's Arduboy Collection to EmulationStation based distributions
The collection is located here
The tool will automatically download the collection the first time
Usage is pretty simple:
- Enter your output dir, be warned its content will be erased when proceeding with the conversion
Auto Update
allows the tool to get the latest modification of the collection when checkedUse genre subfolders
will create subfolders for genre if checked
- ArduboyConverter requires that python3 is installed (it's developed on 3.8)
- first install Tkinter for python3 if needed :
- Either through your package manager
sudo apt-get install python3-tk
- Or through PIP:
sudo pip3 install tk requests
- Either through your package manager
- directly download sources or clone the repo with :
sudo apt install git # optional, only if git is not installed
git clone https://github.com/Voljega/ArduboyConverter
- give execution rights to
ArduboyConverter.sh
:
cd ArduboyConverter # change to ArduboyConverter directory
chmod u+x ArduboyConverter.sh # give execution perms (already done in git-cloned version)
- launch with
./ArduboyConverter.sh
or./ArduboyConverter
Either use the latest release or you can build your own version (see build.txt
)