This is a simple chat application built using Python Sockets for communication between a server and a client.
Features:
✅ Server-Client Chat using TCP Sockets ✅ Graphical User Interface (GUI) using Tkinter ✅ Supports real-time two-way messaging ✅ Multi-threaded to keep the GUI responsive ✅ Works on a single computer using localhost
Correct Way to Run :
1️⃣ Open two Command Prompt windows.
2️⃣ Run the server first: python server.py
3️⃣ Then run the client: python client.py
4️⃣ Start chatting.