Simple chat server and client programs using tkinter as the GUI framework
Created using Python 3.5 using only modules from the Python standard library. Server uses port 1050 by default. Communication is done via TCP.
List of connected users can be opened by clicking the right frame of the chat history window. Same action closes it.