build-engine-randomizer icon indicating copy to clipboard operation
build-engine-randomizer copied to clipboard

auto-install source ports

Open Die4Ever opened this issue 7 months ago • 0 comments

could download on the fly

for nblood they use 7z files https://github.com/nukeykt/NBlood/releases

could extract like this https://stackoverflow.com/a/57589140

from pyunpack import Archive
Archive('data.7z').extractall("<output path>")
pip install pyunpack patool

Die4Ever avatar Nov 27 '23 07:11 Die4Ever