fragment parser for Android
Project description
fragment parser for Android
Tested against Windows 10 / Python 3.11 / Anaconda / Windows
pip install cythonfragmentparser
Cython and a C compiler must be installed!
from cythondfprint import add_printer
from cythonfragmentparser import parse_fragments_active_screen
import shutil
add_printer(1)
adbexe = shutil.which("adb.exe")
counter=0
try:
while True:
df = parse_fragments_active_screen(
serial="127.0.0.1:5585",
adb_path=adbexe,
number_of_max_views=1,
screen_width=900,
screen_height=1600,
subproc_shell=False,
)
print(df)
counter=counter+1
print(counter)
except KeyboardInterrupt:
pass
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cythonfragmentparser-0.12.tar.gz
(29.3 kB
view hashes)
Built Distribution
Close
Hashes for cythonfragmentparser-0.12.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37faa508cfb01cafd6afe3fac15f28d8798cda0b4fff4b74c9dca7b142092527 |
|
MD5 | d19d4dc34fe8023d5a9103939678a6b4 |
|
BLAKE2b-256 | 391fee0e76ebce099b3544ff8494f153868e78ee1f386eeda61a9967be9d5e62 |
Close
Hashes for cythonfragmentparser-0.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff0c66570e53563c5c85c9d412d9f708c1d51d97dd6d8a353282821a02754a75 |
|
MD5 | 82f7852c60757228080bfa06f61d3d95 |
|
BLAKE2b-256 | ca538109091bc178516ee8ccbc763a66b90ed1063bc669086400d495bde30f03 |