Collection of tools used by administrators from VN Telegram Channel
Find a file
2025-05-01 03:16:59 +03:00
renpy-ripper Fix packaging names 2024-08-29 03:00:09 +03:00
unrenapk Fix compiled binaries launch 2024-11-08 05:10:40 +03:00
vnds2renpy Update all README.md files 2024-10-13 22:28:14 +03:00
vnrecode vnrecode: make temp files hidden 2025-02-07 02:24:34 +03:00
.gitignore vnrecode: rewrite duplicates processing 2024-10-18 22:54:49 +03:00
build.bat Fix compiled binaries launch 2024-11-08 05:10:40 +03:00
build.sh Fix compiled binaries launch 2024-11-08 05:10:40 +03:00
PKGBUILD Initial Arch Linux packaging 2025-02-01 15:45:14 +03:00
pyproject.toml Set module version as 2.0.0 2025-02-18 23:41:11 +03:00
README.md Add release links to README.md 2025-05-01 03:16:59 +03:00
requirements.txt Remove strict dependencies versioning 2024-12-28 02:09:56 +03:00

VNTools

Collection of tools used by VienDesu! Porting Team

Tools

  • vnrecode - Python utility to compress Visual Novel Resources
  • unrenapk - A Python script for extracting game project from Ren'Py based .apk and .obb files
  • renpy-ripper - Simple .rpy script that will make any RenPy game unpack itself
  • vnds2renpy - Simple script for converting VNDS engine scripts to .rpy ones

Installation

Download from releases:

Build tools as binaries:

  • Run ./build.sh for UNIX
  • Run .\build.bat for Windows

Install as python package:

  • Run pip install -U . command in project folder
  • Arch Linux - paru -Bi .
  • NixOS - TODO