TurtleTrademark/Misc_Pikmin_tools
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Espyo's miscellaneous Pikmin tools.
Each tool should have its own documentation, so this file will just serve as a general README.
These are Python 3 scripts. To run scripts that involve images, you'll want to install Pillow. Use pip for this.
List of tools:
Hey! Pikmin save editor: Exports .sav files into an editable json format, and imports the json back. (Python 3)
Pikmin 2 title tool: Helps you create title screen Pikmin formations. (Python 2/3, requires Pillow)
Pikmin 2 cave parser: (For programmers) A function that reads a Pikmin 2 cave file and returns a Cave object with
information about the cave. (Python 3)