Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 565 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 565 Bytes

GT-CHAT

A python made LAN chat application that uses tkinter for GUI and sockets.

Libraries used: 1.tkinter(GUI)

2.cx_breeze(convert the script to executable files and installer for Windows)

3.sockets(connections)

4.psutil(to get whether the process is running or not.)

5.webbrowser(link to website)

6.threading(multithreading, context switching)

How to run:

  1. The 'GT-CHAT-0.0.0-amd64.msi' file is a Windows Installer.
  2. Install it.
  3. First click on the file 'gtchat1.exe' and then 'gtchat.exe'.
  4. Enter the port number as 3300.

Feel Free To Use...