IT 238 Chat Application
All about command line chat using Python sockets.
Extension of Exercise 1 except that the UI must be at least presentable. Made possible by utilizing Tkinter Python module.
For server:
Type into the command line python server.py
then specify the port number the server will be attached in the popup window.
For client:
Type into the command line python client.py
then specify your connection details in the popup window