Collection of tools used by administrators from VN Telegram Channel
| renpy-ripper | ||
| unrenapk | ||
| vnds2renpy | ||
| vnrecode | ||
| .gitignore | ||
| build.bat | ||
| build.sh | ||
| PKGBUILD | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
VNTools
Collection of tools used by VienDesu! Porting Team
Tools
vnrecode- Python utility to compress Visual Novel Resourcesunrenapk- A Python script for extracting game project from Ren'Py based .apk and .obb filesrenpy-ripper- Simple .rpy script that will make any RenPy game unpack itselfvnds2renpy- Simple script for converting VNDS engine scripts to .rpy ones
Installation
Download from releases:
Build tools as binaries:
- Run
./build.shfor UNIX - Run
.\build.batfor Windows
Install as python package:
- Run
pip install -U .command in project folder - Arch Linux -
paru -Bi . - NixOS -
TODO