3 Star 3 Fork 0

richard132435 / ChinesizeRenpyScript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Wrap.py 281 Bytes
一键复制 编辑 原始数据 按行查看 历史
richard132435 提交于 2020-12-05 03:54 . ver.0.1 12/5/20
import os
path = os.getcwd()+"\\script2"
dirs = os.listdir(path)
for dir in dirs:
print(dir)
f1 = open(path+"\\"+dir,"r",encoding='UTF-8')
content = f1.read()
f1.close()
t = content.replace("],","]\n")
with open(path+"\\"+dir,"w") as f2:
f2.write(t)
Python
1
https://gitee.com/richard132435/chinesize-renpy-script.git
git@gitee.com:richard132435/chinesize-renpy-script.git
richard132435
chinesize-renpy-script
ChinesizeRenpyScript
master

搜索帮助