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:
- The 'GT-CHAT-0.0.0-amd64.msi' file is a Windows Installer.
- Install it.
- First click on the file 'gtchat1.exe' and then 'gtchat.exe'.
- Enter the port number as 3300.
Feel Free To Use...