terminal-based-chat
My first ever networking project with sockets in python. Its not that good, so please don't judge :D
Features
-
A small encryption defined in the
encrpyted
anddecrypted
function. -
A special command
/w
to whisper to a specific person who is connected.Usage:
/w
-
ANSI colours
Note: Change the localhost in sock.bind
(to 0.0.0.0 or by manually typing the local ip) when port forwarding or using a virtual server to accept inbound connections from outside the LAN.