Skip to content

A chat applictaion that uses pyhton sockets for server and clients and tkinter for gui

Notifications You must be signed in to change notification settings

umrao-ak47/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chat-app

This application uses python socket module to create server and client.
This application has a gui which is supported by python thinter module.

How to Test

python --version = 3.7.x
Open Command window and run
python server.py to create server socket.
Then open another command window and run
python app.py to create first client.
Open another command window and run
python app.py to create second client.

Send Message from a client and recieve at all clients.

About

A chat applictaion that uses pyhton sockets for server and clients and tkinter for gui

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages