A tool allowing you to use scrcpy from a comfy GUI, without having to memorize any command-line parameters and to connect easily through Wi-Fi or USB!
- A system running Windows or Linux (untested on macOS, but it should work there)
- An installation of Python 3
- scrcpy and adb added to PATH (on Linux this can be done by installing scrcpy from your distro's repositories such as the AUR or Snap's repositories and adb through something such as apt.)
- PySimpleGUI installed (
python3 -m pip install PySimpleGUI
orpython -m pip install PySimpleGUI
)
- If you're using Windows or Linux, you can just go to the releases page, and download the latest release of the exe file.
- If you're using the raw python file, you should be able to simply run the python file with a command such as:
python3 main.py
orpython main.py
(depending on if your default Python installation is Python 3 or not)