Display ROM info of select ROMs (e.g. NDS, GB/C/A, 3DS)
Find a file
Yuuki Chan 3b7e291904 Updated nintendo_ds.py and main.py
main.py - added `Game revision` (DSi only) and info pages.
nintendo_ds.py - added `gamerevision` and `region`
2023-10-22 17:13:56 +09:00
rominfo Updated nintendo_ds.py and main.py 2023-10-22 17:13:56 +09:00
.gitignore Initial commit 2023-10-22 08:25:48 +02:00
LICENSE Initial commit 2023-10-22 08:25:48 +02:00
logger.py Import project. 2023-10-22 15:38:39 +09:00
main.py Updated nintendo_ds.py and main.py 2023-10-22 17:13:56 +09:00
README.md Updated README.md 2023-10-22 15:38:01 +09:00
requirements.txt Add requirements.txt 2023-10-22 15:38:15 +09:00

ROM-Info

Display ROM info of select ROMs (e.g. NDS, GB/C/A, 3DS)

Install (Windows - PowerShell)

  1. python -m venv .venv
  2. .\.venv\Scripts\Activate.ps1
  3. pip install -r requirements.txt



Licensed under CC BY-NC-SA 4.0