a_pandas_ex_adb_activities2df AndroidGitzella

a_pandas_ex_adb_activities2df

Converts AndroidManifest.xml into a Pandas DataFrame (with all activities, queries, permissions ...)

adb_screencap_streaming AndroidGitzella

adb_screencap_streaming

Streams ADB's Screencap (useful for bots and video capturing)

getevent_sendevent AndroidGitzella

getevent_sendevent

Converts getevent (ADB) into sendevent/binary, output can be saved, loaded and executed. Execution speed can be defined.

adbblitz AndroidGitzella

adbblitz

ADB - The fastest screenshots - raw scrcpy h264 stream directly to NumPy (without scrcpy.exe) - no root required!

usefuladb AndroidGitzella

usefuladb

A collection of useful adb commands

adbkeyeventparser AndroidGitzella

adbkeyeventparser

parses Android keycodes from the official documentation and returns a dictionary containing key information.

geteventplayback AndroidGitzella

geteventplayback

A pure Python module for recording and processing low-level Android input events (Mouse/Keyboard/Touchpad) - no dependencies