mirror of
https://github.com/thewesker/lazy-dsi-file-downloader.git
synced 2025-12-20 04:21:09 -05:00
32 lines
899 B
Markdown
32 lines
899 B
Markdown
# Lazy DSi file downloader (for dsi.cfw.guide)
|
|
|
|
Automatically downloads
|
|
- Memory Pit
|
|
- TWiLight Menu ++
|
|
- dumpTool
|
|
- Unlaunch
|
|
|
|
and places them in the correct folders on the SD card
|
|
|
|
`dumpTool.nds` and `UNLAUNCH.DSI` are placed on the root of the SD card
|
|
|
|
|
|
## Requirements:
|
|
|
|
### Windows
|
|
|
|
7-Zip must be installed before launching the .exe
|
|
|
|
### Linux & MacOS
|
|
|
|
At least Python 3.5 with the Tkinter library
|
|
|
|
|
|
## Credits:
|
|
- [NightScript](https://github.com/NightYoshi370) for the idea
|
|
- [shutterbug2000](https://gbatemp.net/members/shutterbug2000.354863/) for creating Memory Pit
|
|
- [TWiLight Menu ++ developers](https://github.com/DS-Homebrew/TWiLightMenu) for creating TWiLight Menu++
|
|
- [Zoogie](https://github.com/zoogie/dumpTool) for dumpTool
|
|
- [NoCash](https://problemkaputt.de/) for Unlaunch
|
|
- [HiyaCFW helper](https://github.com/mondul/HiyaCFW-Helper) used the same extract method for `.7z` files
|