Link to tutorial video: • Group Messaging Application in Python
A GUI server and client application written in Python.
Multiple instances of the client program can communicate with each other on the same computer or on separate computers on the same network, provided that the computer running the server is also in the same network.
After starting the server. Clients can connect to the server. Clients connected to a server will be able to send broadcast messages to other clients connected to that server.
The standard socket library was used for the networking portion of the project. The PyQt5 library was used for the Graphical User Interface.
Source code: https://github.com/mandrelbrotset/sam...
***Updated Source Code: https://github.com/mandrelbrotset/sam... ***