Skip to content

Kubzelll/Chat_Room-with-gui-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat_Room-with-gui-python

Chat room with gui in Python

Installation of the tkinter library

Windows:
pip install tk
macOS/Linux:
pip3 install tk

Usage

First you need to run server (server.py) and you can connect with client (client.py) Make sure you set host and port in the python files