Skip to content

A local chat application built using tkinter, threading, and socket modules. One server can host unlimited clients.

Notifications You must be signed in to change notification settings

git-haan/Tkinter-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A local chat application built using tkinter, threading, and socket modules. One server can host unlimited clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages