All Projects → liwanlei → python_tk_adb

liwanlei / python_tk_adb

Licence: other
安卓性能测试工具

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to python tk adb

FotoKilof
GUI for ImageMagick
Stars: ✭ 114 (+78.13%)
Mutual labels:  tkinter
Barcode-generator
Desktop app to generate EAN-13, EAN-8 and EAN-5 barcodes (other types are coming soon) automatically and save them as PDF or PNG, JPEG and GIF image files with several sizes
Stars: ✭ 48 (-25%)
Mutual labels:  tkinter
fatx-tools
Data recovery tools for FATX drives (XBOX and XBOX 360).
Stars: ✭ 51 (-20.31%)
Mutual labels:  tkinter
PT-Tracking
Aplicação para registo e acompanhamento de encomendas da CTT Expresso, automatiza a consulta online do estado de tracking para várias remessas e mantém um registo dos pagamentos referentes aos envios à cobrança. As remessas que requerem atenção, devido a atrasos na entrega ou na receção do pagamento correspondente, bem como os cheques cuja data …
Stars: ✭ 18 (-71.87%)
Mutual labels:  tkinter
tkinterhowtos
A software package containing solutions to simple (and possibly recurrent) "how to" problems in tkinter.
Stars: ✭ 18 (-71.87%)
Mutual labels:  tkinter
Python-Course
🐍 This is the most complete course in Python, completely practical and all the lessons are explained with examples, so that they can be easily understood. 🍫
Stars: ✭ 18 (-71.87%)
Mutual labels:  tkinter
Face recognition based attendance system
A python GUI integrated attendance system using face recognition to take attendance.
Stars: ✭ 70 (+9.38%)
Mutual labels:  tkinter
Formation
Tools for building gorgeous graphical user interfaces in tkinter
Stars: ✭ 88 (+37.5%)
Mutual labels:  tkinter
gophersnake
Stand-alone Gopher client for modern desktops
Stars: ✭ 14 (-78.12%)
Mutual labels:  tkinter
ruzzle-solver
A python script that solves ruzzle boards
Stars: ✭ 46 (-28.12%)
Mutual labels:  adb
adbscan
A @nim-lang utility for scanning IPs for unprotected ADB Android devices connected to the internet
Stars: ✭ 36 (-43.75%)
Mutual labels:  adb
tkcalendar
Calendar widget for Tkinter
Stars: ✭ 62 (-3.12%)
Mutual labels:  tkinter
adb-wifi-setting-manager
Control wifi connections on Android with adb
Stars: ✭ 31 (-51.56%)
Mutual labels:  adb
TeslaPy
A Python module to use the Tesla Motors Owner API
Stars: ✭ 216 (+237.5%)
Mutual labels:  tkinter
programminginpython.com
This repo consists code of all the programs discussed at programminginpython.com website
Stars: ✭ 60 (-6.25%)
Mutual labels:  tkinter
logcatf
A Command line tool for format Android Logcat.
Stars: ✭ 17 (-73.44%)
Mutual labels:  adb
Simple-ADB
ADB/Fastboot. With a GUI.
Stars: ✭ 29 (-54.69%)
Mutual labels:  adb
Wristkey
A free and open-source offline authenticator app for Wear OS.
Stars: ✭ 65 (+1.56%)
Mutual labels:  adb
tkgpio
A Python library to simulate electronic devices connected to the GPIO on a Raspberry Pi, using TkInter.
Stars: ✭ 57 (-10.94%)
Mutual labels:  tkinter
linux-android-backup
Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
Stars: ✭ 119 (+85.94%)
Mutual labels:  adb

python_tk_adb   (python3 + tkinter +adb 实现,必须添加adb环境变量)

这是我自己写的一个adb小工具,可以取cpu,内存,流量,测启动时间,monkey测试

在采集cpu占有率,上传下载流量,内存,启动app耗时的时候采用了线程的方式,不启用线程的话tkinter的界面会有卡死现象!

如果测试的过程中没有测试界面,那么不会出现上面的情况,统计的时候会增加部分日志,

增加java版本实现包

友情推荐本人其他开源代码:

1.python app自动化测试平台版本:(https://github.com/liwanlei/UFATestPlan)

2.python接口测试框架:(https://github.com/liwanlei/jiekou-python3)

3.python接口测试平台版本(https://github.com/liwanlei/FXTest)

4.python+flask 做后台,实现微信小程序:(https://github.com/liwanlei/webchat_app)

个人公众号,欢迎关注

Alt text

整体的目录结构如下

Alt text

效果如图展示

Alt text

生成的Excel测试报告

Alt text Alt text Alt text Alt text

新增加的log带ui界面日志如图

Alt text

不带ui界面的log日志展示

Alt text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].