Skip to content

This is a simple chatting program for multiple users.

Notifications You must be signed in to change notification settings

manthanghasadiya/TCP-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

That's it; Now you can chat with your friends on same local host, everytime for new client you will have to run Client.py file.

About

This is a simple chatting program for multiple users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages