This is simple chat system using socket Programming. first I create Tcp Server. Now two client can connect via IP of Tcp server. Then they can chat together.
1.First run server.py to establish server connection 2.Then run clientsend.py and clientrecv.py script 3.After This give input according to script asking then two client will chat directly
for group chat run client.py more then twice then give input accoreding to need then group chat will start
To contribute just fork and put pull request to me. Thank You.