The UbiArt tpl2tape Converter is a Python script designed to transform UbiArt BlockFlow tpl files into dance tape files (dtape) suitable for use with UbiArt Just Dance games.
Before using the converter, ensure you have the following:
-
Python 3.6+: Make sure you have a compatible version of Python installed on your system.
-
Required Python packages: The script uses the
colorama
package. You can install it using the following command:pip install colorama
Follow these steps to set up the converter:
-
Clone the Repository: Download the converter to your local machine by cloning the repository:
git clone https://github.com/Itaybl14/tpl2tape.git cd tpl2tape
-
Install Dependencies: Install the required Python packages by running:
pip install colorama
When using or sharing your work that involves this converter, please provide credit to the original author, Itaybl14.
Enjoy creating and using your dance tape files!