Clone repo:
git clone https://github.com/DatBogie/PDConverterPy.git; cd PDConverterPy
Build:
Linux/macOS:
python3 build.py
Windows:
python build.py
Clone repo:
git clone https://github.com/DatBogie/PDConverterPy.git; cd PDConverterPy
Build:
Linux:
./scripts/build-lin.sh
macOS:
./scripts/build-mac.sh
Windows:
.\scripts\build-win.bat
Install (Optional):
Linux:
./scripts/install-lin.sh
macOS:
./scripts/install-mac.sh
Windows:
.\scripts\install-win.bat
Clone repo:
git clone https://github.com/DatBogie/PDConverterPy.git; cd PDConverterPy
Setup venv:
Linux/macOS:
python3 -m venv .venv && source .venv/bin/activate && pip3 install -r requirements.txt
Windows:
python -m venv .venv; .\.venv\Scripts\activate.bat; pip install -r requirements.txt
Build:
Linux:
pyinstaller main.python -n "PDConverter" --onefile --noconfirm
macOS:
pyinstaller main.python -n "PDConverter" -w --noconfirm
Windows:
pyinstaller main.python -n "PDConverter" -w --onefile --noconfirm
Install (Optional):
Linux:
./scripts/install-lin.sh
macOS:
./scripts/install-mac.sh
Windows:
.\scripts\install-win.bat
Made by Dat Bogie (GitHub) (YouTube)
This site is an informational site for PDConverter, the tool used to convert
ADOFAI levels to Planets Dance levels. The tool provides the level's data to
copy/paste into Planets Dance, and will also upload the song and any other image
assets to Roblox, so long as you provide a valid API key with the correct permissions*.
* PDConverter stores none of the information (API key(s), image(s), level data, etc.) you upload to it. PDConverter will upload all images referenced in the uploaded .ADOFAI fileāmake sure no innapropriate assets are used, otherwise your Roblox account may recieve punishment from Roblox.
Color palette: Catppuccin Macchiato.
Everything here spaghetti-coded by me.
Repository: GitHub.
Tool Repository: GitHub.