Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.18 KB

UbiArt tpl2tape Converter

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.

Prerequisites

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

Installation

Follow these steps to set up the converter:

  1. Clone the Repository: Download the converter to your local machine by cloning the repository:

    git clone https://github.com/Itaybl14/tpl2tape.git
    cd tpl2tape
  2. Install Dependencies: Install the required Python packages by running:

    pip install colorama

Credit

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!