Vicky Kumar

Results 5 comments of Vicky Kumar

> Hi ! did you solve it , I'm trying to upload videos but there is no other lib that supports that, can you help me with that Yes, I...

> what kind of license?? `MIT License` is file changed in `Licence Added` pull request. It must be this one, which says "free of charge". https://github.com/bedimcode/portfolio-responsive-complete/blob/c696ed63065281d386e907993acefc3a7f9975ec/LICENSE.md

This might help, after connecting phone ... adb connect 192.168.0.102 **Run below code.** https://pypi.org/project/pure-python-adb/#pull ```python from ppadb.client import Client as AdbClient client = AdbClient(host="127.0.0.1", port=5037) device = client.device('192.168.0.102:5555') file='image.png' path='Download/'...

> Please can you try the following and report back the output. > > In the file explorer window in the Amulet directory shift + right click in empty space....

sock.sendto(bytes, (ip, int(port) )) port parameter should be int datatype.