- Python 3.8
|
|-corelib 基础依赖
|-- exception 自定义的异常
|-dist 打包的exe文件
|-handler
|-- converter 将Excel中的数据转化为rpy中的对象
|-- render 将model中的元素与进程控制渲染成Rpy脚本文件
|-model
|-- element Rpy游戏的基本元素
|-- process Rpy游戏的进程控制
|--tools 工具类
|--app.py 程序入口
- 工具: pyinstaller
- CMD:
pyinstaller -F -w -i .\asset\sos.ico .\app.py -n Excel2RpyScript
-
0.1.1
- fix 立绘回收 #20
- fix Nvl模式与adv模式的切换 #19
- 去掉Exe文件的外部依赖
-
0.2.4
- fix 条件选择在最后一行时无法读取
- 支持对话框头像