Skip to content
/ Chat-App Public
forked from sachans/Chat-App

A simple GUI chat app in python.

Notifications You must be signed in to change notification settings

vy211/Chat-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Chat-App

A simple GUI IRC like 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.

About

A simple GUI chat app in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%