1 Star 0 Fork 0

frh16/Python-UIAutomation-for-Windows

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rename_wheel.py 283 Bytes
一键复制 编辑 原始数据 按行查看 历史
yinkaisheng 提交于 6年前 . add PressMouse ...
#!python3
# -*- coding: utf-8 -*-
import os, sys, time
def main():
os.chdir('dist')
for file in os.listdir(os.path.curdir):
if 'py2.' in file:
newfile = file.replace('py2.', '')
os.rename(file, newfile)
if __name__ == '__main__':
main()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/frh16/Python-UIAutomation-for-Windows.git
git@gitee.com:frh16/Python-UIAutomation-for-Windows.git
frh16
Python-UIAutomation-for-Windows
Python-UIAutomation-for-Windows
master

搜索帮助