From 1416778983f7d2c1c4bf3daa845264ac16b7ceb1 Mon Sep 17 00:00:00 2001 From: myitinos Date: Tue, 23 Apr 2019 10:59:44 +0800 Subject: [PATCH] added my name and nim --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2f261ea..d44f07d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ Table of Contents - [Client](#client) - [Thanks to](#thanks-to) +`NIM :` __160010136__ + +`Nama:` __Leonardo Deo Gratias Agamus__ + +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. ## Server