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.
-
Clone the repository or download the zip file and extract it to your local machine.
-
Navigate to the directory containing the server.py and client.py files in your terminal or command prompt.
-
Run the command to install the required dependencies:
pip install -r requirements.txt
-
Navigate to the directory contianing the 'server.py
and
client.py` files in your terminal or command prompt. -
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
-
Having two or more instances open, enter username and click on join to begin chatting.
-
To send a message, enter nessage in the message box and click send.