A tool to create Wii U Theme Archives (.utheme
).
-
Requires
.bps
patches made with Flips or any other.bps
tool. -
Requires the original files that correspond to each
.bps
file (e.g.Men.pack
).
You can run utheme-tool.py
if you have Python 3 installed, alternatively you can use pyinstaller
to create a single executable.
Example usage: pyinstaller --onefile --windowed --icon=icon.ico --add-data "create_utheme.py;." --add-data "icon.ico;." utheme-tool.py