MemCard-PRO-Renamer
MemCard-PRO-Renamer copied to clipboard
Convert MemCard PRO folders to/from human-readable names
MemCard PRO Renamer
memcard_pro_renamer.py is a cross-platform pure-Python script for renaming MemCard PRO save folders.
Usage
- Download the
memcard_pro_renamer.pyscript to your computer - Run the script (e.g. double-click)
- Drag-and-drop the folder that contains all of your game save folders (or manually type it if drag-and-drop doesn't work on your machine)
- Hit
ENTER, and the tool will create a renamed copy of each of your game save folders (to avoid accidentally overwriting and breaking something)
You'll need Python installed on your machine to run this script, and it should hopefully work on any operating system out-of-the-box. If not, please feel free to create a GitHub Issue with info about your computer's operating system / environment, and I can try to help figure it out :-)
How It Works
It'll load the PSX, PS2, and GameCube serial-number-to-title mappings from my game databases, and it'll automatically rename your game folders as follows:
- If your game save folders are in the original
SXXX-XXXXXserial number format, it'll rename them toSXXX-XXXXX - GAME TITLEso you can back them up in a human-readable format - If your game save folders are already in the renamed
SXXX-XXXXX - GAME TITLEformat, it'll rename them back to theSXXX-XXXXXserial number format so you can restore them back onto the MemCard PRO - It should also support GameCube (
DOL-XXXX-XXXserial number format), but I haven't test it yet myself
Here's an example of before and after (left = original MemCard PRO 2 folder; right = renamed folders; screenshot by Joe Redifer from Game Sack):

Missing / Incorrect Games
If you find any games that aren't in my databases, or if any of the renamed titles are incorrect, please consider submitting all relevant info in a GitHub Issue so I can add/update them!
- PSX Games: https://github.com/niemasd/GameDB-PSX/issues
- PS2 Games: https://github.com/niemasd/GameDB-PS2/issues
- GameCube Games: https://github.com/niemasd/GameDB-GC/issues
OS-Specific Notes
Windows
Instead of installing Python from python.org, which doesn't seem to work with double-click out-of-the-box (it seems to just instantly close the command prompt that gets opened), try installing Python through the Microsoft Store.
Acknowledgements
- Thanks to 8BitMods for the awesome MemCard PRO devices!
- Thanks to Joe Redifer from Game Sack for helping me test the script!