Skip to content

girish-thakwani/GT-CHAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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...