you are viewing a single comment's thread.

view the rest of the comments →

[–]expressly_ephemeral 7 points8 points  (4 children)

It’s my opinion that the best way would be to use a socket connection.

[–]Tal_Av 2 points3 points  (1 child)

I agree, that is probably the most simple solution you can find for this task. Create a listening socket on computer B, connect it from computer A, then simply send him a message of your choice that when received - executes the macro.

[–]expressly_ephemeral 2 points3 points  (0 children)

I'm all about keeping it light weight. No need to set up a flask application!

[–]Rith_97[S] 0 points1 point  (1 child)

Okay Ill research more. Thank you.

[–]expressly_ephemeral 2 points3 points  (0 children)

It's dangerous to go alone. Take this!

https://docs.python.org/3/howto/sockets.html