A python script to download Super Mario 3D World mods (Most likely works with other Wii U mods).
Due to the version zips being far too large for Github hosting, the program will make you go to the download page from Gamebanana. This is something I cannot fix.
Fixed with use of curl -L
py -3 "SM3DWR Downloader.py"
(LEGACY)py -3 Downloader.py path gamebanana_link "another path"
SM3DWR Downloader
requires usage of the win32api module which can be installed by runningpy -3 -m pip install pywin32
orpy -3 -m pip install -r requirements.txt
.(REMOVED inDownloader.py
)
Refer to CONTRIBUTING.md
- To report a bug, refer to bug_report.md
- To request a new feature, refer to feature_request.md