anshrathod / Basic-Python-Scripts

Created For HacktoberFest.
GNU General Public License v2.0
27 stars 97 forks source link

Added pychat program #81

Closed Pratikzzz closed 3 years ago

Pratikzzz commented 3 years ago

Recently I've created a pychat program, which works on the basis of client server interaction over TCP protocol. I believe this is a good program for beginners in getting started with socket programming in python as well as making it upto a personal chat program like Whatsapp by integrating with databases and stuff.