Skip to content

Instantly share code, notes, and snippets.

View Zhong-Zhang's full-sized avatar

Zhong Zhang (张众) Zhong-Zhang

  • University of Electronic Science and Technology of China
  • Chengdu, P.R. China
View GitHub Profile
@Zhong-Zhang
Zhong-Zhang / adb_utils.py
Last active May 19, 2025 10:15
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