Display ROM info of select ROMs (e.g. NDS, GB/C/A, 3DS)
Find a file
2024-05-28 21:06:41 +09:00
rominfo Updated main.py and added nintendo_switch.py and super_famicom.py, both W.I.P. 2024-05-28 21:06:41 +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 main.py and added nintendo_switch.py and super_famicom.py, both W.I.P. 2024-05-28 21:06:41 +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