Mario Kart 7 ARCode Auto-Porter
by DarkFlare
This is an ARCode auto-porter. It can port NTSC_US to PAL currently. PAL to NTSC_US will be implemented in v0.2. It uses Python, so you'll have to have Python2.7 or Python3.4 installed. I'm not a good programmer, so it sucks. You have to edit the script to put your address in. In v0.2, I also hope to add input from a text file. Maybe by doing something like:by DarkFlare
Code:
open('input.txt', 'r').read().split('\n')
This may work for other games, but it's only tested with Mario Kart 7.
The source code is in the Python file






