Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 840 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 840 Bytes

Tkinter-Chat-App

A chat application built in Python with a user-friendly GUI and encoding/decoding for easy transmission. The server threads multiple clients into a common chat room.

Imports

import socket
import threading
import tkinter
import customtkinter

GUI Screenshots

Server Side Confirmation:
Server Confirmation

Enter Username Window on Client Side:
Username Window

Chat Window with no Text on Client Side: Empty Chat Window

Chat Window with Text on Client Side: Chat Window 1

Chat Window with Entry and Exit messages on Client Side: Chat Window 2