/GUI-chat-app

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.

Primary LanguagePython

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.