- Infinite number of people can join the chat room!
- Server just monitors the clients and is involved in receiving and then broadcasting the messages
- Stylish GUI
- Notifications upon receiving of messages if the window isn't in focus
- Easy to use!
Enter the following commands in your terminal (Windows; commands may differ for Mac, linux systems)
git clone https://github.com/SATAN01/GUI-chat-app
cd GUI-chat-app
pip3 install -r requirements.txt
python3 Server.py
python3 Client.py