.gitignore
.readthedocs.yaml
CHANGES.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/console_request.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/build.yaml
.github/workflows/publish.yaml
docs/1g1r.rst
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/configs.rst
docs/configuration.rst
docs/index.rst
docs/installation.rst
docs/intro.rst
docs/known_issues.rst
docs/make.bat
docs/modules.rst
docs/planned_changes.rst
docs/utils.rst
docs/configs/clonelists.rst
docs/configs/config.rst
docs/configs/dats.rst
docs/configs/defaults.rst
docs/configs/platforms.rst
docs/configs/regex.rst
docs/gui/config_includes_excludes.rst
docs/gui/config_main.rst
docs/gui/config_modules.rst
docs/gui/config_platforms.rst
docs/gui/config_regions_languages.rst
docs/gui/intro.rst
docs/gui/rombrowser.rst
docs/images/config_includes_excludes.png
docs/images/config_main.png
docs/images/config_modules.png
docs/images/config_platforms.png
docs/images/config_regions_languages.png
docs/images/rombrowser.png
docs/modules/datmapper.rst
docs/modules/datparser.rst
docs/modules/dupeparser.rst
docs/modules/gamefinder.rst
docs/modules/rahasher.rst
docs/modules/romchooser.rst
docs/modules/romcleaner.rst
docs/modules/romcompressor.rst
docs/modules/romdownloader.rst
docs/modules/rommover.rst
docs/modules/romparser.rst
docs/modules/rompatcher.rst
docs/modules/romsearch.rst
romsearch/__init__.py
romsearch.egg-info/PKG-INFO
romsearch.egg-info/SOURCES.txt
romsearch.egg-info/dependency_links.txt
romsearch.egg-info/entry_points.txt
romsearch.egg-info/requires.txt
romsearch.egg-info/top_level.txt
romsearch/configs/defaults.yml
romsearch/configs/regex.yml
romsearch/configs/sample_config.yml
romsearch/configs/clonelists/retool.yml
romsearch/configs/dats/no-intro.yml
romsearch/configs/dats/redump.yml
romsearch/configs/gui/rom_regex.yml
romsearch/configs/platforms/Nintendo - Game Boy Advance.yml
romsearch/configs/platforms/Nintendo - Game Boy Color.yml
romsearch/configs/platforms/Nintendo - Game Boy.yml
romsearch/configs/platforms/Nintendo - GameCube.yml
romsearch/configs/platforms/Nintendo - Nintendo 64.yml
romsearch/configs/platforms/Nintendo - Nintendo DS.yml
romsearch/configs/platforms/Nintendo - Nintendo Entertainment System.yml
romsearch/configs/platforms/Nintendo - Pokemon Mini.yml
romsearch/configs/platforms/Nintendo - Super Nintendo Entertainment System.yml
romsearch/configs/platforms/Nintendo - Virtual Boy.yml
romsearch/configs/platforms/Sega - Game Gear.yml
romsearch/configs/platforms/Sega - Mega Drive - Genesis.yml
romsearch/configs/platforms/Sony - PlayStation 2.yml
romsearch/configs/platforms/Sony - PlayStation Portable.yml
romsearch/configs/platforms/Sony - PlayStation.yml
romsearch/dev/__init__.py
romsearch/dev/gamefinder_dev.py
romsearch/dev/rahasher_dev.py
romsearch/gui/__init__.py
romsearch/gui/gui_about.py
romsearch/gui/gui_config.py
romsearch/gui/gui_rombrowser.py
romsearch/gui/gui_romsearch.py
romsearch/gui/gui_utils.py
romsearch/gui/layout_about.py
romsearch/gui/layout_about.ui
romsearch/gui/layout_romsearch.py
romsearch/gui/layout_romsearch.ui
romsearch/gui/img/logo.ico
romsearch/gui/img/logo.png
romsearch/modules/__init__.py
romsearch/modules/datmapper.py
romsearch/modules/datparser.py
romsearch/modules/dupeparser.py
romsearch/modules/gamefinder.py
romsearch/modules/rahasher.py
romsearch/modules/romchooser.py
romsearch/modules/romcleaner.py
romsearch/modules/romcompressor.py
romsearch/modules/romdownloader.py
romsearch/modules/rommover.py
romsearch/modules/romparser.py
romsearch/modules/rompatcher.py
romsearch/modules/romsearch.py
romsearch/scripts/__init__.py
romsearch/scripts/romsearch_gui.py
romsearch/util/__init__.py
romsearch/util/discord.py
romsearch/util/general.py
romsearch/util/io.py
romsearch/util/logger.py
romsearch/util/regex_matching.py
tests/test_config.yml
tests/tests_romchooser.py
tests/tests_romparser.py