diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7e58abd --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +# CLI Chat Application + +A simple command-line interface (CLI) chat application built with Python and sockets. This project demonstrates a basic client-server chat system where multiple clients can connect to a server and communicate with each other in real-time.