Skip to main content

A tool to decrypt .rpyc files

Project description

rpycdec

A tools for decompiling and translating Ren'py compiled script files (.rpyc and .rpymc).

Features

  • Decompile for Ren'py compiled script files .rpyc to .rpy files.
  • Automatic scan translations in scripts and translate to target language (default using Google Translate).

Usage

Install with pip:

pip install rpycdec

Decompile a file or directory:

rpycdec [--force] <path to rpyc file or dir>

Decompile and translate a file or directory:

rpycdec --translate <path to rpyc file or dir>

Library usage

import rpycdec

rpycdec.decompile(filename)

Development

Use pipenv to manage dependencies:

pipenv install --dev

Community

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rpycdec-0.1.2.tar.gz (22.0 kB view hashes)

Uploaded Source

Built Distribution

rpycdec-0.1.2-py3-none-any.whl (43.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page