Skip to content

A Simple chat application with GUI (graphical user interface) that allows users to chat with each other as a group in real-time.

Notifications You must be signed in to change notification settings

akshatdodhiya/gui-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

A chat application with Graphical user interface

A simple chat application with basic functionalities. App is developed in python language using modules:

  • Tkinter
  • Socket
  • Threading

Features

  • Unlimited number of people can join
  • Realtime chat without any delay or lag

Usage

  • Run the server.py file first and keep it open.
$ python3 server.py
  • In another window, run the client.py file.
$ python3 client.py
  • Enter the name that is to be displayed in chat.
  • Enjoy chatting! :)

Note :

Currently the file is running in localhost which means you cannot chat with another computer. To do the same read the comments written beside HOST and PORT variables inside server.py and client.py files.

Thank You! :)

About

A Simple chat application with GUI (graphical user interface) that allows users to chat with each other as a group in real-time.

Topics

Resources

Stars

Watchers

Forks

Languages