https://github.com/yohanesokta/mirror-sc
:cyclone: Screen Mirroring Aplikasi Dengan USB, bisa digunakan untuk streaming dan mirror device
https://github.com/yohanesokta/mirror-sc
customtkinter gui-application scrcpy scrcpy-gui screenmirror tkinter-gui
Last synced: 3 months ago
JSON representation
:cyclone: Screen Mirroring Aplikasi Dengan USB, bisa digunakan untuk streaming dan mirror device
- Host: GitHub
- URL: https://github.com/yohanesokta/mirror-sc
- Owner: yohanesokta
- Created: 2023-07-04T09:38:20.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T05:42:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T18:42:09.386Z (5 months ago)
- Topics: customtkinter, gui-application, scrcpy, scrcpy-gui, screenmirror, tkinter-gui
- Language: Python
- Homepage:
- Size: 12.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MIRROR SC
Mirror SC merupakan sebuah aplikasi untuk melakukan mirroring layar di smartphone ANDROID ke komputer dengan menggunakan USB degan basic dari ( scrcpy )
#
![]()
Aplikasi ini dapat digunakan secara ( Open Source ) serta dengan penggunaan dan setting yang mudah dipahami untuk screen mirroring serta kebutuhan lainya
## Download
[Download](https://github.com/yohanesokta/Mirror-SC/releases)Bisa pergi ke tab release dan download versi terbaru aplikasi ini
note* hapus dulu aplikasi versi pertama jika pernah menginstall
## Apa yang baru ?- Menggunakan SCRCPY versi #v2.1
- Advance Setting ( untuk settingan lebih mendalam dan profesional )
- settingan no control dan no bitrate (default pada
versi 1.1)
![]()
## Cara BuildKalian bisa build project ini atau sekedar merunning project menggunakan python
### install package python (wajib)
pip install -r requirements.txt
### Cara running project
- pastikan sudah menginstall python
- Buka dengan code editor kesayangan kalian
- buka file ( app.py )
- running menggunakan pythonpy app.py
## Build
kalian bisa build dengan menggunakan py installer maupun atau ( auto py to exe) . [Selengkapnya](https://github.com/TomSchimansky/CustomTkinter/wiki/Packaging)
## Licence
##### [Bagian aplikasi ini berasal dari](https://github.com/Genymobile/scrcpy)Copyright (C) 2018 Genymobile
Copyright (C) 2018-2023 Romain VimontLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License