Skip to content

Instantly share code, notes, and snippets.

View Zhong-Zhang's full-sized avatar

Zhong Zhang (张众) Zhong-Zhang

View GitHub Profile
@Zhong-Zhang
Zhong-Zhang / adb_utils.py
Last active November 4, 2025 11:01
mini-gui-agent
import subprocess
import datetime
import urllib.parse
import logging
import os
from typing import List, Dict, Any, Optional
import io
import PIL.Image as Image