CS408 Term Project
pip install -r requirements.txt
python server.py
python client.py
This is a term project for CS408, It is a simple chat application that uses a server to connect clients to each other. The server and client both written in Python. The server is multithreaded and can handle multiple clients at once. The client is a simple GUI that allows the user to connect to the server and send messages to other clients through channels. The client also has a simple chat log that displays all messages sent and received.