alwaz-shahid/command-line-chat-application
So far implements a simple command-line chat application using Python's built-in socket module and the select module for handling multiple client connections. This application allows multiple clients to connect to a single server and chat with each other.
PythonGPL-3.0