https://github.com/the-parth/scrcpy-gui
GUI based lightweight SCRCPY Launcher
https://github.com/the-parth/scrcpy-gui
android python scrcpy scrcpy-gui screen-capture-api
Last synced: 12 days ago
JSON representation
GUI based lightweight SCRCPY Launcher
- Host: GitHub
- URL: https://github.com/the-parth/scrcpy-gui
- Owner: The-Parth
- Created: 2024-11-16T09:18:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-13T18:40:05.000Z (over 1 year ago)
- Last Synced: 2025-03-14T11:26:14.593Z (about 1 year ago)
- Topics: android, python, scrcpy, scrcpy-gui, screen-capture-api
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GUI Based Launcher for Srcpy
This is a GUI based launcher for Srcpy.
Written in Python using Tkinter.
## Features
- Launch Srcpy with a GUI
- change parameters easily
## To Do
- Add more options
- Custom Path for Srcpy
## Requirements
- Python 3
- Srcpy (tested with v2.7)
## How to use
1. Download the files
2. place the files in the same directory as Srcpy
3. Run the script
```bash
python3 gui.py
```