Python script for sorting SNES ROMs into folder for region/verified/etc.
I made this script to sort a set of SNES ROMs into a usable form for a Super EverDrive ROM cart.
- Place your ROM files into the Unsorted folder
- Run
./sort_roms
If you don't like the categories the ROMs are being sorted into you can edit the source for sort_roms
and adjust the categories and ignore list and run sort_roms
again. ROM files will be unsorted back into the Unsorted
directory prior to re-sorting back into your updated categories. Categories sort by running regular expressions against the file's name. If you need a primer on regular expressions you can just Google regular expression
. There's a nice tester here at https://regexr.com.
It is illegal to download ROM files of cartridges you don't personally own. I'm not responsible for your actions.