/chat-room-python-tkinter

A simple Python GUI Chat Room with sockets, Pickle, Tkinter, file transfer, logging and threading implementations.

Primary LanguagePython

A Simple Python GUI Chat Room

Chat Room created as a college project. Here are used sockets, Pickle, Tkinter, logging and threading as project's requirements.

As a final result, you can share messages and files with all users or privately. Each client runs in its own thread.

How to use

To start the server, run:

python server.py

For each client, run:

python client.py