Die4Ever / Die4Ever/build-engine-randomizer
auto-install source ports
Open
- Dominant language
- Python
- Stars
- 28
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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("")
```
```
pip install pyunpack patool
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.