/Chat-App

A simple GUI chat app in python.

Primary LanguagePython

Chat-App

A simple GUI chat app in python.

Steps to run this in your PC.

For Linux

Common Steps for both server and client

  1. Check that python3 and tkinter library are installed in your PC.
  2. Clone or download this repository.
  3. Enter into the Chat-App-master folder through terminal or powershell using cd command

Steps for Server

  1. Run python3 server.py Terminal.
  2. Done.

Steps for Client to connect to server

  1. Run python3 client.py.
  2. Enter the IP address of server when asked in terminal.
  3. Done.

For Windows

Please install python3 and it's tk Module through this link. https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-local-programming-environment-on-windows-10