Skip to content

A GUI (Graphical User Interface) chat app designed in Python allows users to communicate with each other in real-time through a visually interactive interface.

Notifications You must be signed in to change notification settings

SamAddy/GUI-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat Me - GUI chat app

Chat Me is a GUI (Graphical User Interface) chat app designed in Python that allows users to communicate with each other in real-time through a visually interactive interface.

How to Install it

  1. Clone the repository or download the zip file and extract it to your local machine.

  2. Navigate to the directory containing the server.py and client.py files in your terminal or command prompt.

  3. Run the command to install the required dependencies:

    pip install -r requirements.txt
    

How to Use

  1. Navigate to the directory contianing the 'server.pyandclient.py` files in your terminal or command prompt.

  2. Run the following command to start the server.py:

    python server.py
    

    And next run possible clients in a new tab of the terminal:

    python client.py
    
  3. Having two or more instances open, enter username and click on join to begin chatting.

  4. To send a message, enter nessage in the message box and click send.

About

A GUI (Graphical User Interface) chat app designed in Python allows users to communicate with each other in real-time through a visually interactive interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages