A tool to create Wii U Theme Archives (.utheme).
-
Requires
.bpspatches made with Flips or any other.bpstool. -
Requires the original files that correspond to each
.bpsfile (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