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.13.tar.gz
(29.4 kB
view hashes)
Built Distribution
Close
Hashes for cythonfragmentparser-0.13.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b7066eca246e91382791a625cf22551951449153a52bf34637b4fb6bafe0985 |
|
MD5 | bce596bccda4ed24aec3707e445ee936 |
|
BLAKE2b-256 | 39112bd0ba79ea3ece92a30f97ff2b286d5f9236d26aeba9a8985f2928091076 |
Close
Hashes for cythonfragmentparser-0.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4f35e6ca307dfab6dd3889a149a01be1b977f514d90c49849b6b00556562944 |
|
MD5 | a19b9e93a49c61b44c6cdb70d7435526 |
|
BLAKE2b-256 | 38aff5b7b2c69d36d89e2ec8f101a741d6505798ccc38aec9e310e7a541e7254 |