{"id":17950929,"url":"https://github.com/leng-yue/py-scrcpy-client","last_synced_at":"2025-05-16T11:04:13.892Z","repository":{"id":38215514,"uuid":"392314546","full_name":"leng-yue/py-scrcpy-client","owner":"leng-yue","description":"An easy to use python scrcpy client","archived":false,"fork":false,"pushed_at":"2024-09-27T08:29:06.000Z","size":29959,"stargazers_count":362,"open_issues_count":28,"forks_count":90,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-05-10T06:55:45.452Z","etag":null,"topics":["python3","scrcpy"],"latest_commit_sha":null,"homepage":"https://leng-yue.github.io/py-scrcpy-client/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leng-yue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-03T12:44:34.000Z","updated_at":"2025-05-03T21:23:55.000Z","dependencies_parsed_at":"2024-12-20T12:04:10.272Z","dependency_job_id":"ee13c102-c227-4b6a-b224-849146b1aa68","html_url":"https://github.com/leng-yue/py-scrcpy-client","commit_stats":{"total_commits":143,"total_committers":9,"mean_commits":15.88888888888889,"dds":"0.43356643356643354","last_synced_commit":"14871bdd2da5b31629bb2619c2c27727df75f2d6"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leng-yue%2Fpy-scrcpy-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leng-yue%2Fpy-scrcpy-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leng-yue%2Fpy-scrcpy-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leng-yue%2Fpy-scrcpy-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leng-yue","download_url":"https://codeload.github.com/leng-yue/py-scrcpy-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254518384,"owners_count":22084374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python3","scrcpy"],"created_at":"2024-10-29T09:41:13.186Z","updated_at":"2025-05-16T11:04:13.870Z","avatar_url":"https://github.com/leng-yue.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Scrcpy Client\n\u003cp\u003e\n    \u003ca href=\"https://pypi.org/project/scrcpy-client/\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://img.shields.io/pypi/v/scrcpy-client\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/leng-yue/py-scrcpy-client/actions/workflows/ci.yml\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/leng-yue/py-scrcpy-client/ci.yml?branch=main\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://app.codecov.io/gh/leng-yue/py-scrcpy-client\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://img.shields.io/codecov/c/github/leng-yue/py-scrcpy-client\" /\u003e\n    \u003c/a\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/leng-yue/py-scrcpy-client\" /\u003e\n    \u003ca href=\"https://pepy.tech/project/scrcpy-client\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://pepy.tech/badge/scrcpy-client\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/Genymobile/scrcpy/tree/v1.20\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/scrcpy-v1.20-violet\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nThis package allows you to view and control android device in realtime.\n\n![demo gif](https://raw.githubusercontent.com/leng-yue/py-scrcpy-client/main/demo.gif)  \n\nNote: This gif is compressed and experience lower quality than actual.\n\n## How to use\nTo begin with, you need to install this package via pip:\n```shell\npip install scrcpy-client[ui]\n```\nThen, you can start `py-scrcpy` to view the demo:\n\nNote: you can ignore `[ui]` if you don't want to view the demo ui\n\n## Document\nHere is the document GitHub page: [Documentation](https://leng-yue.github.io/py-scrcpy-client/)  \nAlso, you can check `scrcpy_ui/main.py` for a full functional demo.\n\n## Contribution \u0026 Development\nAlready implemented all functions in scrcpy server 1.20.  \nPlease check scrcpy server 1.20 source code: [Link](https://github.com/Genymobile/scrcpy/tree/v1.20/server)\n\n## Reference \u0026 Appreciation\n- Core: [scrcpy](https://github.com/Genymobile/scrcpy)\n- Idea: [py-android-viewer](https://github.com/razumeiko/py-android-viewer)\n- CI: [index.py](https://github.com/index-py/index.py)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleng-yue%2Fpy-scrcpy-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleng-yue%2Fpy-scrcpy-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleng-yue%2Fpy-scrcpy-client/lists"}