RDP using python [closed]
I want to create a Python script that allows me to connect to a Remote Machine via an RDP connection. I would really like to know if there are certain APIs in python I can exploit.
Not any I know, however you might be able to write a cython wrapper around libxrdp, which contains library functions for an rdp client. However the library is sparsely documented. There is also FreeRDP (which I don't know), but I'm not sure it's a much better alternative.
精彩评论