/python-cli-chatroom

A Simple Python CLI Chat Room with threading, sockets, file transfer and pickle serialization implementations.

Primary LanguagePython

A Simple Python CLI Chat Room

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.

How to use

To start the server, run:

python server.py

For each client, run:

python client.py