Skip to content

Version 3.2.3!

Compare
Choose a tag to compare
@YourKalamity YourKalamity released this 07 Jul 19:08
· 6 commits to master since this release
a233bd8

Lazy DSi File Downloader has been deprecated, please follow the manual setup guide instead here

This release fixes the random freezing caused by existing folders on the SD card.
Moving forward, Python 3.8+ will be required to run the script

If the application freezes at any point, check the console window (black command-like screen that pops up alongside the main program) and let us know in our Discord Server what happened.

Windows instructions

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

macOS instructions

  1. Download and extract lazy-dsi-file-downloader-v3.2.3-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.3-Python3.zip
  • Run:
    • pip install -r requirements.txt
  • Run using Python3.8 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.3