Chat Room created as a college project. Here are used sockets, pickle and threading as project's requirements.
As the final result you can share messages and file between clients. Each client runs into your own thread.
To start the server, run:
python server.py
For each client, run:
python client.py