From ff8369eecbea9cab10076e28baf971f79ec3c81f Mon Sep 17 00:00:00 2001 From: myitinos Date: Mon, 20 May 2019 14:00:28 +0800 Subject: [PATCH] updated to remove GUI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d44f07d..fb5b9a9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Table of Contents This project is made to complete my Network Programming midterm assignment to make a simple chat application using python. -This is a simple chat app that use socket for connection, and it's clients side can use `netcat` to connect or use the provided client side script to open a GUI client using tkinter. +This is a simple chat app that use socket for connection. ## Server