ATX脚本编写工具

weditor的Python项目详细描述


#韦迪托 [![图像](https://img.shields.io/pypi/v/weditor.svg?style=flat-square)](https://pypi.python.org/pypi/weditor) [![图像](https://img.shields.io/github/stars/openatx/weditor.svg?style=social&label=Star&style=flat-square)](https://github.com/openatx/weditor) [![图像](https://travis-ci.org/openatx/weditor.svg?branch=master)](https://travis-ci.org/openatx/weditor

此项目是智能手机测试框架[openatx](https://github.com/openatx)的子项目 方便使用网页浏览器编辑ATX脚本。 此项目位于<;https://github.com/openatx/weditor>;

只有在google chrome中测试过,ie似乎没有很好的工作。

##安装 需要python3.5+

` pip install --upgrade weditor `

##用法

在桌面上创建快捷方式

` python -m weditor --shortcut `

通过单击快捷方式或在命令行中运行

` python -m weditor `

此命令将使用端口17310启动本地服务器, 然后打开浏览器选项卡以编辑代码。

17310端口用于记忆创建日期–2017/03/10

##热键(Mac和Win) -右键单击屏幕:转储层次结构

###热键(仅限Mac) -command+enter:运行整个代码 -command+shift+enter:如果未选中,则运行选定代码或当前行

###热键(仅获胜) -ctrl+enter:运行整个代码 -ctrl+shift+enter:如果未选中,则运行选定代码或当前行

##对于开发人员 参见[develop.md](develop.md)

##许可证 [麻省理工学院](许可证)

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
Java Android Studio从XML中洗牌2D数组列   安卓 rx java obsever pojo模型的变化   java如何在安卓应用程序中以编程方式打开google教室   java如何将充满令牌的对象[]转换为整数数组?   java Minify Maven插件抛出“不支持JavaScript引擎”错误   java如何检查调用应用程序的用户是否具有绑定特权端口的权限?   java无法向firestore发送数据   jpanel Java向ScrollPane中嵌入的面板添加JLabel   将Bash脚本移植到Java   JavaSpring显示错误消息   java如何为这些路径表达式编写正则表达式   java如何通过编程在Android手机上获得时间?   Java:捕获未检查的异常与已检查的异常