Version 3.2.1!
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
- Download
lazy-dsi-file-downloader-v3.2.1-Windows.zip
- Right click and extract it
- Run
lazy-dsi-file-downloader-v3.2.1-Windows.exe
macOS instructions
- Download and extract
lazy-dsi-file-downloader-v3.2.1-macOS.zip
- Open Terminal
- 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
- Linux / macOS :
Don't forget to star if it helped you :p
Full Changelog: YourKalamity/lazy-dsi-file-downloader@3.1.4...v3.2.0