Skip to content

Commit

Permalink
public 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Aug 5, 2021
1 parent adf3d19 commit 901292d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</a>
</p>

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)

Expand All @@ -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)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scrcpy-client"
version = "0.2.7"
version = "0.3.0"
description = "A client of scrcpy"
authors = ["lengyue <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 901292d

Please sign in to comment.