# 编程猫源码反编译器 **Repository Path**: slightning/Kitten-4-Decompiler ## Basic Information - **Project Name**: 编程猫源码反编译器 - **Description**: 针对编程猫的反编译器 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2023-10-28 - **Last Updated**: 2025-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 源码反编译器4 ## 一、简介 `源码反编译器4`是针对使用[编程猫](https://shequ.codemao.cn)[`源码编辑器4`](https://kitten4.codemao.cn/)创作的已发布的作品的反编译工具。 ## 二、局限性 - 生成的源码文件可能无法运行或运行不正常; - 积木块可能出现错位、形式不正确等的问题。 ## 三、使用方法 ### 1.环境要求 - Python 3 ### 2.获取代码文件 使用`Git`从 https://gitee.com/slightning/Kitten-4-Decompiler.git 克隆仓库到本地。 ```Shell git clone https://gitee.com/slightning/Kitten-4-Decompiler.git ``` 或点击[这里](https://gitee.com/slightning/Kitten-4-Decompiler/repository/archive/main.zip)下载压缩包文件。下载完成后解压文件。 ### 3.运行主程序 双击 `Main.py`文件。 或: ``` cd Kitten-4-Decompiler && python Main.py ``` 程序启动后,根据程序提示操作即可。