Skip to content

Version 3.2.1!

Compare
Choose a tag to compare
@YourKalamity YourKalamity released this 04 May 08:57
· 13 commits to master since this release
572b546

This release switches to py7zr to remove the requirement of having 7Zip installed on Windows
Additionally:

  • Users running the Python3 version must install the dependencies manually
  • The repository has been cleaned and had many unnecessary files removed
  • Memory Pit files are now downloaded from dsi.cfw.guide instead of from this repository
  • Unlaunch is now selected by default to better reflect the requirement of the guide
  • Removed dir_utils dependency since it's being deprecated

Windows instructions

  1. Download lazy-dsi-file-downloader-v3.2.1-Windows.zip
  2. Right click and extract it
  3. Run lazy-dsi-file-downloader-v3.2.1-Windows.exe

macOS instructions

  1. Download and extract lazy-dsi-file-downloader-v3.2.1-macOS.zip
  2. Open Terminal
  3. Drag and drop lazy-dsi-file-downloader-macOS onto the Terminal window and press return

Python3 instructions (Linux, Windows, macOS)

  • Extract all files in lazy-dsi-file-downloader-v3.2.1-Python3.zip
  • Run:
    • pip install -r requirements.txt
  • Run using Python3.5 or higher :
    • Linux / macOS : python3 main.py
    • Windows : python main.py

Don't forget to star if it helped you :p

Full Changelog: YourKalamity/lazy-dsi-file-downloader@3.1.4...v3.2.0