Python GUI Chat, inspired by late 90s chat freetel utilizes sockets, queues, tk. I started this project as a means learn python, so it might not be cleanest code you've ever seen :p
====================
Features:
send/receive public messages
send/receive private messages
====================
main.py:
Chat server.
freetel.py:
gui client, tk + calls to client.py for sock functions(runs on windows/POSIX oses)
client.py:
Socket functions (send/recv/send...