Skip to content

Scrape nxbrew to automatically download Switch games

License

Notifications You must be signed in to change notification settings

bbtufty/nxbrew-dl

Repository files navigation

NXBrew-dl

Docs Actions License

NXBrew-dl is intended to be an easy-to-user interface to download ROMs, DLC and update files for NSP. It does so via a GUI interface, allowing users to download items in bulk and keeping things up-to-date.

As of now, this is in extremely early development. It will parse and download many ROMs, and by default will only grab ROMs from either the USA or Europe (USA preferred) that are marked as having English language releases.

Installation

We recommend using the executable version. You can grab the latest release from the releases page. Place the .exe wherever you want, and double-click to load.

Alternatively, you can install via pip:

pip install nxbrew-dl

Or download the latest from GitHub:

git clone https://github.com/bbtufty/nxbrew-dl.git
cd nxbrew-dl
pip install -e .

If you use these versions, you can then run from the terminal as:

nxbrew-dl

To get things set up, see the documentation.

We encourage users to open issues as and where they find them.