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 details)
Built Distribution
rpycdec-0.1.2-py3-none-any.whl
(43.6 kB
view details)
File details
Details for the file rpycdec-0.1.2.tar.gz
.
File metadata
- Download URL: rpycdec-0.1.2.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 691aeba1e5838b42f15da18ef34a6eae46c8f9c107beb6944a8ea9e54aac1e17 |
|
MD5 | e4c297107f9b8660b4f6c9b44d154678 |
|
BLAKE2b-256 | 8dfb7bfb3dfe646fb15adcfd39325ad986cf885b897c937669dda15889022a02 |
File details
Details for the file rpycdec-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: rpycdec-0.1.2-py3-none-any.whl
- Upload date:
- Size: 43.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2d239f51b6e590774a44a923a2a9d430584612fdfa7fbb4dae4feff37900863 |
|
MD5 | 8f2f831da59dc725035cc9dde1cd2711 |
|
BLAKE2b-256 | 0f343d01f7c2c74165a20f7fe6bdc9c50a54e3ed154331d140fd541dfe2f6ffd |