我的购物车
点击商品加入购物车
合计金额
¥0.00
前往结算
这是个开源且免费的短剧生产力工具!非常英语出品
开源地址:https://github.com/frank36512/horseplay
单文件打包 exe 下载地址:https://pan.quark.cn/s/becdf8427ee9
e:\play_tool\
├── src/ # 源代码
│ ├── ui/ # 用户界面 (PyQt6)
│ ├── core/ # 核心业务逻辑 (剧本, 角色)
│ ├── ai_engine/ # AI引擎接口 (LLM, 图像, 视频, 音频)
│ └── database/ # 数据持久化
├── resources/ # 资源与配置
│ ├── config/ # 配置文件
│ ├── projects/ # 用户项目 (Git忽略)
│ └── scenes/ # 场景资源
├── .venv/ # 虚拟环境
├── requirements.txt # 依赖列表
└── main.py # 启动入口
git clone https://github.com/frank36512/horseplay.git
cd horseplay
python -m venv .venv
.venv\Scripts\activate
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
copy resources\config\config.example.json resources\config\config.json
cp resources/config/config.example.json resources/config/config.json
resources/config/config.json并填入计划使用的服务(OpenAI, ElevenLabs, Google 等)的 API 密钥python src/main.py
开源地址:https://github.com/frank36512/horseplay
单文件打包 exe 下载地址:https://pan.quark.cn/s/becdf8427ee9