Metadata-Version: 2.1
Name: ADB-Easy-Control
Version: 1.0
Summary: A python package that makes it easier to control your android devices with ADB.
Home-page: https://github.com/watch-cat/ADB_Easy_Control
Author: Watch_Cats
Author-email: watchcats202004@outlook.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/watch-cat/ADB_Easy_Control/issues
Project-URL: Source, https://github.com/watch-cat/ADB_Easy_Control
Project-URL: Release notes, https://github.com/watch-cat/ADB_Easy_Control/releases
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE

# ADB Easy Control

A python package that makes it easier to control your android devices with ADB.  

With ADB Easy Control, you can integrate ADB instructions into Python programs in a more intuitive way, and ADB based scripts are easier to write. </br>
At the same time, ADB Easy Control is much lighter and portable than traditional Android device control software.

