From 901292d98f98ebda5920145ff9643a199bbfcb18 Mon Sep 17 00:00:00 2001 From: lengyue <736917271@qq.com> Date: Thu, 5 Aug 2021 18:30:31 -0400 Subject: [PATCH] public 0.3.0 --- README.md | 19 ++++++++++--------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dc93ceb..0cf6ba6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@

-This package allows you to view and control android device in realtime. +This package allows you to view and control android device in realtime. ![demo gif](https://raw.githubusercontent.com/leng-yue/py-scrcpy-client/main/demo.gif) @@ -24,17 +24,18 @@ To begin with, you need to install this package via pip: ```shell pip install scrcpy-client[ui] ``` -Then, you can start `scrcpy_ui/main.py` to view the demo: -```shell -py-scrcpy -// or python scrcpy_ui/main.py -``` +Then, you can start `py-scrcpy` to view the demo: Note: you can ignore `[ui]` if you don't want to view the demo ui +## Document +Please check `scrcpy_ui/main.py` and `scrcpy/control.py`, document is not ready now. + ## Contribution & Development +Already implemented all functions in scrcpy server 1.18. Please check scrcpy server 1.18 source code: [Link](https://github.com/Genymobile/scrcpy/tree/v1.18/server) -## Reference -- [py-android-viewer](https://github.com/razumeiko/py-android-viewer) -- [scrcpy](https://github.com/Genymobile/scrcpy) +## Reference & Appreciation +- Core: [scrcpy](https://github.com/Genymobile/scrcpy) +- Idea: [py-android-viewer](https://github.com/razumeiko/py-android-viewer) +- CI: [index.py](https://github.com/index-py/index.py) diff --git a/pyproject.toml b/pyproject.toml index 475b16e..0e79982 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scrcpy-client" -version = "0.2.7" +version = "0.3.0" description = "A client of scrcpy" authors = ["lengyue "] readme = "README.md"