Skip to content

sea-rod/GUI-Chat-Application

Repository files navigation

👋Introduction

We all humans are social beings and we all feel the need to interact with each other.Here is a small GUI chat application that helps you chat with your friend/family.

🏃‍♂️How to run the chat apllication

  1. Clone the repository
git clone https://github.com/sea-rod/GUI-Chat-Application.git
  1. Change the working directory
cd GUI-Chat-Application
  1. Install dependencies
pip install -r requirements.txt

or

python -m pip insatll -r requirements.txt 
  1. Start run the main.py from the host computer
python main.py
  1. The host needs to click the on create button on the side bar and then on the start button to start the server

  2. The clients needs to run the same the host same as step 4

  3. The clients needs to click on the join button on the side bar then enter the ip adrress of the host

here the ip is 127.0.0.1

  1. After enter the ip the clients needs to click on the connect button and then enter your name

  2. Thats all your good to go. Enjoy the app 💖!!

🔨Built with

  • Pyside2: PySide2 is the official Python module from the Qt for Python project, which provides access to the complete Qt 5.12+ framework.
  • Flaticon: Icons used in this project are from flaticon

License

This project is licensed under the MIT license - see License file for details.