leng-yue / py-scrcpy-client

An easy to use python scrcpy client
https://leng-yue.github.io/py-scrcpy-client/
MIT License
283 stars 71 forks source link

Cool idea, but possibility to create object without device?? #51

Open borgosegezia opened 11 months ago

borgosegezia commented 11 months ago

I think I am gonna fork this. A good approach IMO would be the possibility to create the client object without specifying a device (having a pass on start or whatever, gonna read the code soon) for better integration with GUIs

leng-yue commented 10 months ago

Currently, each client is linked to one adb device. I prefer not to change the API a lot...