Description:
This is a simple chat application using socket prgramming in Python. Tkinter is used here to create the GUI. Steps to run this in your PC.
In Windows:
Steps:
#Check python and tkinter installed
Run python serve_chat.py in Terminal.
Run python3 client_chat.py in Terminal.