Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 326 Bytes

File metadata and controls

17 lines (14 loc) · 326 Bytes

Chat Room

A basic chatroom in Python that can connect with clients over LAN
Tkinter interface available only for client.py

Modules:

+ socket
+ threading
+ tkinter

Instructions:

Run the server.py file first
Then run the client.py file to connect to the chat room