wuj5

Convert Wii UI formats to JSON5 and vice versa.

Supported formats

FormatReadWriteCheck
BRCTRYesYes
BRLYTWIP

How to use

wuj5.py decode Control.brctr # Control.brctr -> Control.json5
cp Control.json5 MyControl.json5
# Do some changes to MyControl.json5 with a text editor
wuj5.py encode MyControl.json5 # MyControl.json5 -> MyControl.brctr
GitHub - stblr/wuj5 at pythonawesome.com
Convert Wii UI formats to JSON5 and vice versa. Contribute to stblr/wuj5 development by creating an account on GitHub.