Link to video that shows how I designed the pages for the client application.
• Designing the GUI of a Group Messaging App...
GitHub link for project files.
https://github.com/mandrelbrotset/sam...
The video shows how to build a GUI group messaging application in Python using PyQt5 and the socket library. Clients can connect to the server. After connecting to the server, they'll be able to send and receive broadcast messages to and from other clients connected to that server.
Change "localhost" in server.py to "0.0.0.0" to be able to accept connections from other computers.