Skip to content

Simple client-server scripts to chat with other people on other computers on the same LAN

Notifications You must be signed in to change notification settings

aravindGear4/ChatPython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ChatPython

Simple client-server scripts to chat between two clients on other computers on the same LAN, using a centralized server.

Configure IP and Port where the server is going to listen in properServer.py file(should be same for client).

Launch the Server code first using the command python properServer.py

Configure the IP address and the port number in client1.py file. Launch two instances of client instaces client1.py in same or different system(s) using the following command python client1.py

About

Simple client-server scripts to chat with other people on other computers on the same LAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%