Metadata-Version: 2.1
Name: UIAutomatorViewer
Version: 0.0.4
Summary: 一个基于Python实现的UIAutomatorViewer,比Android原生的UIAutomatorViewer要稳定和方便一些。
Home-page: https://github.com/JingheLee/UIAutomatorViewer.git
Author: Jinghe Lee
Author-email: jinghe_lee@163.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# UIAutomatorViewer

#### 介绍
一个基于Python实现的UIAutomatorViewer,比Android原生的UIAutomatorViewer要稳定和方便一些。

#### 安装教程
```
pip install UIAutomatorViewer
```

#### 使用说明
命令行执行以下命令会自动在浏览器打开UIAutomatorViewer工具
```
$ uiautomatorviewer
```


