Skip to content

This is a group chat which I created using Python and some socket programming principles, for me and my friends to use. To work all users must be connected to same WIFI. Read the ReadMe for more information.

Notifications You must be signed in to change notification settings

TshibandaMuks/Group_Chat_using_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a group chat using socket programming and python.This was a very interesting project to work on I really enjoyed it! Hope you enjoy using it! *

To use note the following:
* *In order for group chat to work members must be connected to the same WIFI.
*If you want to make it work over WAN you can change the IP address in the server to use the public IP address.
*There are 2 python files (Server and client).
*Run the server file first (This will act as the host) *Then run the client file(can be run on a seperate computer) to run on same computer multiple times you can use the cmd.
*While entering chat provide a username and you are good to go! *The server is responsible for managing communication. * SCREENSHOTS SHOWN BELOW: (I implemented a basic GUI), interaction between two members only, can be extended to use much as you like:

SERVER RUNNING: server running

FIRST CLIENT JOINING ENTERING USERNAME (RUNNNING CLIENT FILE): ------------------------------------------------------------- user enter username

SERVER CONSOLE OUTPUT WHEN FIRST GROUP MEMBER JOINS: SERVER NOTIFIED 1

SECOND CLIENT JOINING USING CMD (ENTERING USERNAME): second client joining

SERVER NOTIFIED WHEN 2ND MEMBER JOINS: second client shown in server

SIMPLE INTERACTION BETWEEN THE TWO MEMBERS: summary of chat fin

MEMBER NOTIFIED WHEN ANOTHER MEMBER LEAVES: ------------------------------------------------------------- sign when client leaves

SERVER KEEPING UP WITH CHAT SUMMARY AND NOTIFIED WHEN SOMEONE LEAVES: server summary

THANK YOU FOR PASSING BY!

About

This is a group chat which I created using Python and some socket programming principles, for me and my friends to use. To work all users must be connected to same WIFI. Read the ReadMe for more information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages