pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Chatting client in python🐍 #246

Closed pratik-choudhari closed 4 years ago

pratik-choudhari commented 4 years ago

Feature ✅

Description

Using sockets library in python, create a server and client script for a chatting application. All I/O will be from terminal.

Example

Two separate python scripts will be run on two terminals. They must configure the connect and set up communication. Typing 'bye' will terminate respective script.

Contributors are supposed to mention their coding language while asking for assignment

Mrsterius commented 4 years ago

Hi @pratik-choudhari, I can do this in Python. Can I proceed?

pratik-choudhari commented 4 years ago

@Mrsterius Assigned to you.

Mrsterius commented 4 years ago

Submitted. Please let me know if there are any changes required.