Skip to content

Files

Latest commit

 

History

History
13 lines (12 loc) · 530 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 530 Bytes

Chat-Application-with-Python

Build Basic Chat Application with Python and Socket. Here Client can communicate with server

Install the text-editor in PC • Open it • Import the standard library “socket” in python • start programming with the standard library “Socket” • finish up the coding and • open the terminal, • test the program with the command “python3 server.py” to run server and “python3 client.py” to run the client • start the conversation • that’s it press ctrl+c to stop the chat