Skip to content

Pixmew/ChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatRoom

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)

#WHAT DID I LEARNED:

  1. How to implement sockets module
  2. How to use socket to connect to interne
  3. How to transfer data through internet
  4. Server side programming
  5. Client side programming
  6. How to implement Threading
  7. Use of GUI Module Tkinter

Every one are allowed to contribute and improve the quality this chatroom

About

This repo contains scripts to support servers and client side handling for a ChatRoom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages