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: 3 months 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-12-13T18:40:05.000Z (6 months ago)
- Last Synced: 2025-01-21T05:25:14.342Z (5 months 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
```