NoIntro-Roms-Downloader icon indicating copy to clipboard operation
NoIntro-Roms-Downloader copied to clipboard

Download "datted" ROMs directly from the NoIntro libraries on Internet Archive using a user friendly interface (PyQt6).

NoIntro-Roms-Downloader

Here is a sneak peak of what you'll get in the actively developed v2.0 (in Qt!) 😊

More informations coming soon, stay tuned!

Description

Download "datted" ROMs from NoIntro fullsets on Internet Archive (archive.org). Lastest binaries are available here or you can just clone the repo and launch it under Windows and Linux. (see below)

If you want to see changes since the beginning of this project, see CHANGELOG.md.

NoIntro Roms Downloader screenshot

Supported platforms on 11/01/21

Building (Windows) (require Python3)

git clone https://github.com/silverlays/NoIntro-Roms-Downloader
cd ./NoIntro-Roms-Downloader
pip install -r requirements.txt
pyinstaller -Fn "NoIntro Roms Downloader" -i "app.ico" main.pyw

Your executable will be in ./dist folder (you can remove ./build folder after generation)

Launch without building (require Python3):

git clone https://github.com/silverlays/NoIntro-Roms-Downloader
cd ./NoIntro-Roms-Downloader
pip install -r requirements.txt
py main.pyw