A simple client-server messaging application which supports sending text messages and images. The backend is programmed using Python's sockets library and the frontend was made in PyQt.
Use pip to install PyQt5 on the machine running the client
pip install pyqt5