Metadata-Version: 2.1
Name: perfcat
Version: 1.0.9
Summary: 基于`QT` `pyside6` 开发的安卓游戏性能采集工具。
Home-page: https://github.com/kaluluosi/PerformanceCatcher
License: MIT
Author: kaluluosi
Author-email: kaluluosi@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: icespringpysidestubs-pyside6 (>=1.3.1,<2.0.0)
Requires-Dist: markdown (>=3.3.6,<4.0.0)
Requires-Dist: openpyxl (>=3.0.10,<4.0.0)
Requires-Dist: pure-python-adb (==0.3.0.dev0)
Requires-Dist: pyside6 (>=6.3.0,<7.0.0)
Requires-Dist: pyudev (>=0.23.2,<0.24.0) ; sys_platform == "linux"
Requires-Dist: pywin32 (>=303,<304) ; sys_platform == "win32"
Requires-Dist: pywin32-stubs (>=0.1.4,<0.2.0) ; sys_platform == "win32"
Requires-Dist: webob (>=1.8.7,<2.0.0)
Project-URL: Repository, https://github.com/kaluluosi/PerformanceCatcher
Description-Content-Type: text/markdown

# Performance Catcher 

![](asset/2023-11-12-22-42-19.png)

## 简介
基于`QT` `pyside6` 开发的安卓游戏性能采集工具。

## 安装

```shell
pip install perfcat
```

依赖安装失败就试一下更换清华源
```shell
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple perfcat
```

## 运行

直接命令行里敲`perfcat`

```shell
>>perfcat
```

