-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b52383
commit 8c00224
Showing
1 changed file
with
54 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,55 @@ | ||
## apa itu **MIRROR SC ?** | ||
#### **Mirror SC** merupakan sebuah aplikasi untuk melakukan mirroring layar di smartphone **ANDROID** ke komputer dengan menggunakan USB degan basic dari ( **scrcpy** ) | ||
# | ||
# <center>MIRROR SC</center> | ||
|
||
<center> Mirror SC merupakan sebuah aplikasi untuk melakukan mirroring layar di smartphone ANDROID ke komputer dengan menggunakan USB degan basic dari ( scrcpy )</center> | ||
|
||
|
||
# | ||
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/yohanesokta/Mirror-SC/master/Capture.PNG"/> | ||
</p> | ||
|
||
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 | ||
|
||
## Cara Build | ||
# | ||
1. Install Python versi terbaru | ||
2. Install Beberapa Package yang dibutuhkan | ||
3. Build Menggunakan Customtkinter | ||
* Connect | ||
1. Connect Smartphone via USB | ||
2. Pastikan Sudah menyalakan USB DEBUGGING | ||
3. Pilih Mode Screen Miror Pada Aplikasi | ||
4. Izinkan sambungan yang ada di notifikasi perangkat | ||
|
||
# | ||
|
||
* ### Install package yang dibutuhkan | ||
# | ||
pip install customtkinter psutil dump configpraser | ||
|
||
Kalian bisa build project ini atau sekedar merunning project menggunakan python | ||
|
||
### install package python (wajib) | ||
|
||
pip install customtkinter psutil PIL configpraser | ||
|
||
### Cara running project | ||
- pastikan sudah menginstall python | ||
- Buka dengan code editor kesayangan kalian | ||
- buka file ( app.py ) | ||
- running menggunakan python | ||
|
||
py 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 Vimont | ||
|
||
Licensed 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 at | ||
|
||
http://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 |