This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Hey everyone, I was having a tough time cleaning up my ROMs, as there would be multiple versions of the same game, like: | |
# Super-Smash(Japan).rom | |
# Super-Smash(Europe).rom | |
# Super-Smash(USA).rom | |
# I ended up writing this small Python (3.6) script that you can use to cleanup duplicate files. | |
# Execution looks like this, if you want to keep only USA files: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Hey everyone, I was having a tough time cleaning up my ROMs, as there would be multiple versions of the same game, like: | |
# Super-Smash(Japan).rom | |
# Super-Smash(Europe).rom | |
# Super-Smash(USA).rom | |
# I ended up writing this small Python (3.6) script that you can use to cleanup duplicate files. | |
# Execution looks like this, if you want to keep only USA files: |