# sign2 **Repository Path**: wpvsyou/sign_tool ## Basic Information - **Project Name**: sign2 - **Description**: Android apk签名工具 - **Primary Language**: Python - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-09 - **Last Updated**: 2026-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # APK Signing Tool Web-based APK signing tool with beautiful UI. ## Quick Start ```bash # Install dependency pip install flask # Start server python server.py # Open in browser # http://localhost:5000 ``` ## Prerequisites - Python 3.7+ - Flask (`pip install flask`) - Android SDK (apksigner + zipalign) — auto-detected from `ANDROID_HOME` / `ANDROID_SDK_ROOT` ## Features - Drag & drop upload keystore and APK files - Batch signing (multiple APKs at once) - V1/V2/V3 signature scheme selection - One-click download signed APK