Skip to content

A GUI application written in Python for easily creating scrcpy sessions.

License

Notifications You must be signed in to change notification settings

hammy275/scrcpy-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrcpy-gui

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!

The main interface for scrcpy-gui

Requirements

  • A system running Windows or Linux (untested on macOS, but it should work there)

If you're running on macOS and/or you're running from the .py file, you also need:

  • 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 or python -m pip install PySimpleGUI)

Using

  • 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 or python main.py (depending on if your default Python installation is Python 3 or not)