A better version of Franckyi/CMPDL rewritten in python
The development of CMPDL has resumed after the 2 month break. I am currently revamping the backend
CMPDL (CurseForge Modpack Downloader) is an app that helps in downloading mods from a modpack (Not possible by a human)
If you are new to minecraft, you may not understand what this does. If you not ... Buddy. You Came To The Right Place 馃檪
This app will download all the mods to your desired folder from a modpack (zip) file
Every modpack is a zip file, In that zip file... there is a file called manifest.json
In manifest.json there is info about:
- Modpack Name
- What mods were used:
- Mod Name
- Mod ID (
project id) - File ID
- Whether it is required or not
My Program will collect the above info and generate direct download links for the mods And it will download them one by one & save it in your dest folder
Download the source code
- Unzip it
- Open a terminal (powershell) as admin
- cd onto the the unzipped directory
cd src- run:
pip install virtualenv
python -m virtualenv venv
Set-ExecutionPolicy bypass
venv\Scripts\Activate.ps1- run:
pip install -r requirements.txt
pip install pyinstaller
python -m pyinstaller --icon assets/icon.ico __main__.py
python .
CMPDL in standby
