Simple box art downloader from GameTDB deisgned for TwilightMenu++
- Cross-platform (Windows, Mac and Linux)
- Multi-region
- Ready to use for TwilightMenu++
- Python3
- python-requests
pip install -r requirements.txt# In this example, the program will scan nds files from IN_DIR,
# try to download covers for the United Kingdom, then Spain and then Japan
# and save all covers in ./out
python3 twbox.py IN_DIR --regions EN ES JA --output ./out| Name | Code |
|---|---|
| United States | US |
| Japan | JA |
| United Kingdom | EN |
| France | FR |
| Germany | DE |
| Spain | ES |
| Italy | IT |
| Netherlands | NL |
| Portugal | PT |
| Australia | AU |
| Sweden | SE |
| Denmark | DK |
| Norway | NO |
| Finland | FI |
| Korea | KO |
| Russia | RU |
You can get more info about how to use the CLI tool with:
python3 twbox.py -hThe output argument should be the boxart folder inside your _nds folder, more info here
NDS Header info taken from: https://problemkaputt.de/gbatek-ds-cartridge-header.htm