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.10.tar.gz
(29.3 kB
view hashes)
Built Distribution
Close
Hashes for cythonfragmentparser-0.10.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ed07a1596c018494de945dec3e62e3f65707ca7f058795fa6a7f5db3a667f56 |
|
MD5 | 6fcb5396a88eb4d6bea6ba2f1cc25e87 |
|
BLAKE2b-256 | 9662af3188404f2054ee631dbe61a80fb42b01fbacba68597cb2608a251aadb5 |
Close
Hashes for cythonfragmentparser-0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b496ce47b20abd01c5146796ef7c6ff6972f07ace9d0ca587e50069381c20963 |
|
MD5 | 7af322df9a44154497d908fc052938f8 |
|
BLAKE2b-256 | 2ff80c105b43f45b65acd681cd21a673e496fd1cd5f777f0a54873dd65786f5e |