This repo contains scripts to support servers and client side handling for a ChatRoom
#It contains 3 Scripts
1.server.py : Which handels multiple users and is programmed to be server
2.client.py : This script is used by User to send and recive messages from server(To Chat whith other Users)
3.Chatroom.py : This script is used for GUI implementaion of the server client relation(to See the Actual Chat)
ClientSender cannot see the they can only send messages to chat(Just for sending message)
ClientReciver cannot send message they can only be used to recieve Chat message (see the Chat)
- How to implement sockets module
- How to use socket to connect to interne
- How to transfer data through internet
- Server side programming
- Client side programming
- How to implement Threading
- Use of GUI Module Tkinter