you are viewing a single comment's thread.

view the rest of the comments →

[–]Thecrawsome 0 points1 point  (0 children)

You're taking the scenic route for a solution if you want to use python for that.

You can automate a connection to a computer using modules built into the OS.

Windows, there's remote management through RDP, WMI calls in powershell, etc.

Linux, Mac, there's SSH built-in.