MA
manthanghasadiya/TCP-Chat
This is a simple chatting program for multiple users.
TCP-Chat
This is a simple chatting program for multiple users.This program is written in python.
It's very simple to use this chatting program.
For windows users:
Server.py
-> First run Server.py in any Python IDE.
It will show you a message:
Server is listening....
Client.py
-> After this run Client.py in another terminal or command line and write your username.
For Linux users:
-> First open your terminal where these two files are located.
-> Now run given command.
python3 Server.py
It will show you a message:
Server is listening....
-> Open other terminal in that same location.
-> Now run given command.
python3 Client.py