Giter Site home page Giter Site logo

scrcpy-pyqtgui's Introduction

Scrcpy PyQt GUI

A simple interface to scrcpy made with Qt5

Python Ver PyQt5 Ver PPADB Ver

Scrcpy PyQtGUI is a Qt5 frontend to ease the use of scrcpy (currently run via command line).

By not having access to the output of Scrcpy, there is the possibility of errors that do not appear on the screen or total crash in the interface (in case of running via Windows cmd)

Versão PT-BR: README_PT-BR.md Demo

Preparation and installation

Some packages are necessary for the program to work, and they can be installed with the following commands:

Ubuntu/Debian

$ sudo apt-get install snapd python3-pip adb
$ sudo snap install scrcpy
$ pip3 install PyQt5 pure-python-adb

Arch/Manjaro

(NOTE: Both PARU and YAY can be used in this process, if you have either installed. In this case, I will be using YAY as an example)

$ yay -S python3 python3-pip scrcpy
$ sudo pacman -S android-tools
$ pip3 install PyQt5 pure-python-adb

Installation

To install on linux distros, just run the install_uninstall.py script. I warn you that the installation of this version will take place in a different directory. It will be in /home/{your_username}/.local/share/HayukiApps/

Also notice here that the commands must be executed inside the folder;

$ python install_uninstall.py

Windows

Unfortunately the installer is not ready for Windows yet, I will be developing it soon. But I think the program works fine if it has all dependencies and if adb.exe and scrcpy.exe are in the Windows PATH

Common problems

If scrcpy_gui doesn't start from terminal, check if /home/user/.local/bin is in $PATH, you can check with $ echo $PATH

Default Bash

If the path is not there, you can add to "~/.bashrc" the following line at the end of the file

export PATH=$PATH:/home/{your username}/.local/bin

Fish

If you are using fish, it's a different case. You can add the path as follows:

In your favorite text editor, add the following line to the ~/.config/fish/config.fish file

set -U fish_user_paths /home/{your user}/.local/bin $fish_user_paths
Other problems

If the problem is not the one above, you can open an issue. (PT BR or English)

About

Code and layout by Ana Beatriz (@hayukimori)

scrcpy-pyqtgui's People

Contributors

hayukimori avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.