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.11.tar.gz
(29.3 kB
view hashes)
Built Distribution
Close
Hashes for cythonfragmentparser-0.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 565a1a4c7f332af295f8beffe2d42f68af9716c53b066e0dc8e8a37dfb7da9af |
|
MD5 | 471b1c8fb5b3a4124bfd912a80025328 |
|
BLAKE2b-256 | ffc28295aa8a39237f3c0e0c2a55896e094f61b56faf3e270309c894d0529a6c |
Close
Hashes for cythonfragmentparser-0.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90346117f08a9b566548f59fd3460cba7221ec8f913c96accce9aa9516acf349 |
|
MD5 | 36149354e60a5b16f4460d52341679b1 |
|
BLAKE2b-256 | 0a428f95968dfeb61fff0fe167f7454ac48a59607d8eda25d118058dad4b2e13 |