#Guys, how to make a socket connection with python?

1 messages · Page 1 of 1 (latest)

ember olive
#

i haven't used python in a while but you should be able to do import socket, create a socket to either act as a client/server, and then you just send and receive things

#

it's slightly complicated to do and i recommend looking up a guide on doing it