16 lines
585 B
Plaintext
16 lines
585 B
Plaintext
# Requirements for ADB Unlock, Screenshot & Scrcpy Tool
|
|
|
|
# Python dependencies:
|
|
# - tkinterdnd2 (external package for drag-and-drop support)
|
|
tkinterdnd2
|
|
|
|
# The rest of the required software is non-Python:
|
|
# 1. Android Debug Bridge (ADB)
|
|
# - Download from: https://developer.android.com/studio/releases/platform-tools
|
|
# 2. Scrcpy
|
|
# - Installation guide: https://github.com/Genymobile/scrcpy
|
|
|
|
# Note: If tkinter is missing (rare):
|
|
# - On Debian/Ubuntu: sudo apt-get install python3-tk
|
|
# - On macOS (Homebrew): brew install python-tk
|
|
# - On Windows: Included in the Python installer |